summaryrefslogtreecommitdiff
path: root/lib/libstand/powerpc
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/libstand to sys/boot/libsaWarner Losh2017-10-122-218/+0
| | | | | | | | | | Move the sources to sys/boot. Make adjustments related to the move. Kill LIBSTAND_SRC since it's no longer needed. Sponsored by: Netflix Notes: svn path=/head/; revision=324551
* Fix loader on PowerPC following r279784. It turns out that, due to .PATHNathan Whitehorn2015-03-092-2/+105
| | | | | | | | | 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. Notes: svn path=/head/; revision=279798
* Make libstand setjmp work for both 64- and 32-bit ABIs.Nathan Whitehorn2014-02-071-27/+106
| | | | Notes: svn path=/head/; revision=261591
* Make setjmp work our way, as opposed to NetBSD's.Benno Rice2000-11-101-3/+1
| | | | | | | | | | This file needs commenting still. Submitted by: luoqi Reviewed by: obrien Notes: svn path=/head/; revision=68544
* Fix the embeded VCS ID for FreeBSD vs. NetBSD.David E. O'Brien2000-10-101-3/+2
| | | | Notes: svn path=/head/; revision=66928
* Architecture-specific setjump()/longjmp() bits for the PowerPCDavid E. O'Brien2000-10-101-0/+39
needed by the loader. Submitted by: Benno Rice <benno@jeamland.net> Obtained from: NetBSD (Wolfgang Solfrank <ws@@tools.de>) Notes: svn path=/head/; revision=66926