PERFORCE change 32152 for review
Marcel Moolenaar
marcel at FreeBSD.org
Fri May 30 23:00:30 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=32152
Change 32152 by marcel at marcel_nfs on 2003/05/30 22:59:33
Rough (ie mostly untested) implementation of makecontext().
Affected files ...
.. //depot/projects/ia64/lib/libc/ia64/gen/Makefile.inc#11 edit
.. //depot/projects/ia64/lib/libc/ia64/gen/makecontext.c#1 add
Differences ...
==== //depot/projects/ia64/lib/libc/ia64/gen/Makefile.inc#11 (text+ko) ====
@@ -3,7 +3,7 @@
SRCS+= __divdf3.S __divdi3.S __divsf3.S __divsi3.S __moddi3.S __modsi3.S \
__udivdi3.S __udivsi3.S __umoddi3.S __umodsi3.S _setjmp.S fabs.S \
fpgetmask.c fpgetround.c fpsetmask.c fpsetround.c frexp.c infinity.c \
- isinf.c ldexp.c modf.c setjmp.S sigsetjmp.S
+ isinf.c ldexp.c makecontext.c modf.c setjmp.S sigsetjmp.S
# The following may go away if function _Unwind_FindTableEntry()
# will be part of GCC.
More information about the p4-projects
mailing list