aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-03-21 06:45:32 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-03-21 06:45:32 +0000
commitcc2dbb21e554111bb3019b1169940f49e04fe99c (patch)
tree25339f74f497814258372705d8abd4b7bf0a414d /lib/libc/amd64
parent03742795eb367bb0ab70f3098ab2ebd94b7aa4ee (diff)
downloadsrc-cc2dbb21e554111bb3019b1169940f49e04fe99c.tar.gz
src-cc2dbb21e554111bb3019b1169940f49e04fe99c.zip
Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwise
it causes undefined references to getcontext() and setcontext() on platforms other than i386 and alpha.
Notes
Notes: svn path=/head/; revision=92862
Diffstat (limited to 'lib/libc/amd64')
-rw-r--r--lib/libc/amd64/gen/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/gen/Makefile.inc b/lib/libc/amd64/gen/Makefile.inc
index fd2e21a5f949..46fada9d6ece 100644
--- a/lib/libc/amd64/gen/Makefile.inc
+++ b/lib/libc/amd64/gen/Makefile.inc
@@ -3,4 +3,4 @@
SRCS+= _ctx_start.S _setjmp.S alloca.S getcontext.S fabs.S frexp.c \
infinity.c isinf.c ldexp.c makecontext.c modf.S \
- rfork_thread.S setjmp.S sigsetjmp.S
+ rfork_thread.S setjmp.S sigsetjmp.S swapcontext.c