Nathan Whitehorn
78f38c60bc
Fix loader on PowerPC following r279784. It turns out that, due to .PATH
...
confusion, the _setjmp.S in libstand was never being used and was instead
being shadowed by the libc version. Since the libc version now uses FPRs,
it caused loader to crash.
2015-03-09 02:19:44 +00:00
Nathan Whitehorn
67237d47e5
Make libstand setjmp work for both 64- and 32-bit ABIs.
2014-02-07 14:24:36 +00:00
Benno Rice
2ef2c53036
Make setjmp work our way, as opposed to NetBSD's.
...
This file needs commenting still.
Submitted by: luoqi
Reviewed by: obrien
2000-11-10 06:10:28 +00:00
David E. O'Brien
8bbe68c46b
Fix the embeded VCS ID for FreeBSD vs. NetBSD.
2000-10-10 13:15:26 +00:00
David E. O'Brien
f308707531
Architecture-specific setjump()/longjmp() bits for the PowerPC
...
needed by the loader.
Submitted by: Benno Rice <benno@jeamland.net>
Obtained from: NetBSD (Wolfgang Solfrank <ws@@tools.de>)
2000-10-10 13:11:47 +00:00