aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc64/gen/Makefile.inc
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2015-01-12 18:13:38 +0000
committerEd Maste <emaste@FreeBSD.org>2015-01-12 18:13:38 +0000
commit4b12fb6103ac9323d2aaa89f6c7835d62c2c0996 (patch)
tree67703947ed80be0aa986763bceb3d27f76952ed1 /lib/libc/powerpc64/gen/Makefile.inc
parentfc2517100bc337274155f1ca7fd98456914df236 (diff)
downloadsrc-4b12fb6103ac9323d2aaa89f6c7835d62c2c0996.tar.gz
src-4b12fb6103ac9323d2aaa89f6c7835d62c2c0996.zip
Remove duplicate copies of trivial getcontextx.c
Only i386 and amd64 provide a non-trivial __getcontextx(). Use a common trivial implementation in gen/ for other architectures, rather than copying the file to each MD subdirectory. Reviewed by: kib Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D1472
Notes
Notes: svn path=/head/; revision=277078
Diffstat (limited to 'lib/libc/powerpc64/gen/Makefile.inc')
-rw-r--r--lib/libc/powerpc64/gen/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/powerpc64/gen/Makefile.inc b/lib/libc/powerpc64/gen/Makefile.inc
index 79a274656e82..864fb9ede4f4 100644
--- a/lib/libc/powerpc64/gen/Makefile.inc
+++ b/lib/libc/powerpc64/gen/Makefile.inc
@@ -1,9 +1,10 @@
# $FreeBSD$
SRCS += _ctx_start.S fabs.S flt_rounds.c fpgetmask.c fpgetround.c \
- fpgetsticky.c fpsetmask.c fpsetround.c getcontextx.c \
+ fpgetsticky.c fpsetmask.c fpsetround.c \
infinity.c ldexp.c makecontext.c _setjmp.S \
setjmp.S sigsetjmp.S signalcontext.c syncicache.c \
- _set_tp.c
+ _set_tp.c \
+ trivial-getcontextx.c