nwhitehorn
cf77261296
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
nwhitehorn
de22423c00
Make libstand setjmp work for both 64- and 32-bit ABIs.
2014-02-07 14:24:36 +00:00
benno
36ed9a46b8
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
obrien
db661fd431
Fix the embeded VCS ID for FreeBSD vs. NetBSD.
2000-10-10 13:15:26 +00:00
obrien
ef62f71c02
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