2b1de0afd1
fit into existing mcontext_t. On i386 and amd64 do return the extended FPU states using getcontextx(3). For other architectures, getcontextx(3) returns the same information as getcontext(2). Tested by: pho MFC after: 1 month
11 lines
325 B
Makefile
11 lines
325 B
Makefile
# $NetBSD: Makefile.inc,v 1.27 2005/10/07 17:16:40 tsutsui Exp $
|
|
# $FreeBSD$
|
|
|
|
SRCS+= infinity.c fabs.c ldexp.c
|
|
|
|
# SRCS+= flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \
|
|
# fpsetround.c fpsetsticky.c
|
|
|
|
SRCS+= _ctx_start.S _set_tp.c _setjmp.S getcontextx.c makecontext.c \
|
|
setjmp.S signalcontext.c sigsetjmp.S
|