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
7 lines
219 B
Makefile
7 lines
219 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
# $FreeBSD$
|
|
|
|
SRCS+= _ctx_start.S _setjmp.S _set_tp.c fabs.S \
|
|
flt_rounds.c getcontextx.c infinity.c ldexp.c makecontext.c \
|
|
rfork_thread.S setjmp.S signalcontext.c sigsetjmp.S
|