summaryrefslogtreecommitdiffstats
path: root/lib/libc/alpha/gen/Makefile.inc
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2002-01-10 02:40:59 +0000
committerdeischen <deischen@FreeBSD.org>2002-01-10 02:40:59 +0000
commite1f74be694147bb02870412a7cb3af53ece7abca (patch)
tree8750e6ef947fb24d389f0ee38142a07bce7ca69d /lib/libc/alpha/gen/Makefile.inc
parentb11ad1474409669c5f7ff5cf0ea388966e0f1780 (diff)
downloadFreeBSD-src-e1f74be694147bb02870412a7cb3af53ece7abca.zip
FreeBSD-src-e1f74be694147bb02870412a7cb3af53ece7abca.tar.gz
Add getcontext, setcontext, makecontext, and swapcontext. These
functions are defined in SUSv2 and the latest POSIX spec. Thanks to Bernd Walter <ticso@cicely8.cicely.de> for helping debug my alpha assembly. Approved by: -arch
Diffstat (limited to 'lib/libc/alpha/gen/Makefile.inc')
-rw-r--r--lib/libc/alpha/gen/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/alpha/gen/Makefile.inc b/lib/libc/alpha/gen/Makefile.inc
index d316fdb..209a55d 100644
--- a/lib/libc/alpha/gen/Makefile.inc
+++ b/lib/libc/alpha/gen/Makefile.inc
@@ -8,6 +8,7 @@ SRCS+= sigsetjmp.S
SRCS+= __divqu.S __divq.S __divlu.S __divl.S
SRCS+= __remqu.S __remq.S __remlu.S __reml.S
SRCS+= rfork_thread.S
+SRCS+= _ctx_start.S getcontext.S makecontext.c
CLEANFILES+= __divqu.S __divq.S __divlu.S __divl.S
CLEANFILES+= __remqu.S __remq.S __remlu.S __reml.S
OpenPOWER on IntegriCloud