8c121450bc
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
10 lines
249 B
Makefile
10 lines
249 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS += _ctx_start.S fabs.S flt_rounds.c fpgetmask.c fpgetround.c \
|
|
fpgetsticky.c fpsetmask.c fpsetround.c getcontextx.c \
|
|
infinity.c ldexp.c makecontext.c _setjmp.S \
|
|
setjmp.S sigsetjmp.S signalcontext.c syncicache.c \
|
|
_set_tp.c
|
|
|
|
|