freebsd-dev/lib/libc/sparc64
Thomas Moestl e506034ec1 Rewrite longjmp() and _longjmp() to directly restore the saved frame,
instead of unwinding the call stack. This makes them usable to switch
stacks, e.g. for libc_r.
Do not save the frame pointer in setjmp() and _setjmp(), it is not needed
any more.
Rename _longjmp() to ___longjmp(), with a weak alias to _longjmp(), like
the other architectures did.
2003-01-05 22:17:32 +00:00
..
fpu libc_r wasn't so tied to libc for 22 months. 2002-11-18 09:50:57 +00:00
gen Rewrite longjmp() and _longjmp() to directly restore the saved frame, 2003-01-05 22:17:32 +00:00
net Use FBSDID 2002-06-30 05:36:49 +00:00
stdlib
string
sys Rename the libc signal trampoline to __sigtramp to match netbsd. This 2002-10-22 15:15:39 +00:00
Makefile.inc Connect the sparc64 userland fp emulator to the build. 2002-03-05 00:00:40 +00:00
SYS.h Fix the style of the SCM ID's. 2002-03-22 23:42:05 +00:00