summaryrefslogtreecommitdiffstats
path: root/lib/libc/powerpc64/gen/Makefile.inc
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-01-21 18:00:28 +0000
committerkib <kib@FreeBSD.org>2012-01-21 18:00:28 +0000
commit8c121450bcfa7aaf7c661baf2809bafc48c1f60f (patch)
tree4806ea5a2bf8eb5da87e290d16da86d5e5f5222f /lib/libc/powerpc64/gen/Makefile.inc
parent3572bdc783bebdf33330a1218e74826c4096ae81 (diff)
downloadFreeBSD-src-8c121450bcfa7aaf7c661baf2809bafc48c1f60f.zip
FreeBSD-src-8c121450bcfa7aaf7c661baf2809bafc48c1f60f.tar.gz
Add API for obtaining extended machine context states that cannot be
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
Diffstat (limited to 'lib/libc/powerpc64/gen/Makefile.inc')
-rw-r--r--lib/libc/powerpc64/gen/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/powerpc64/gen/Makefile.inc b/lib/libc/powerpc64/gen/Makefile.inc
index 3bfabda..79a2746 100644
--- a/lib/libc/powerpc64/gen/Makefile.inc
+++ b/lib/libc/powerpc64/gen/Makefile.inc
@@ -1,7 +1,7 @@
# $FreeBSD$
SRCS += _ctx_start.S fabs.S flt_rounds.c fpgetmask.c fpgetround.c \
- fpgetsticky.c fpsetmask.c fpsetround.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
OpenPOWER on IntegriCloud