aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/alpha/_setjmp.S
Commit message (Collapse)AuthorAgeFilesLines
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-120/+0
| | | | Notes: svn path=/head/; revision=161526
* We compile expressly on the alpha with -mno-fp-regs - so do not use themPeter Wemm2000-05-121-0/+4
| | | | | | | | explicitly here. This was the original cause of instruction faults on the Alpha in loader. (not this code, but the same problem in libficl.a) Notes: svn path=/head/; revision=60479
* longjumperror() and abort() don't exist in libstand.. Don't testPeter Wemm1999-11-241-8/+1
| | | | | | | | for a condition we can't handle (like the x86 longjmp). This was highlighted by attempting to build FICL into the alpha loader. Notes: svn path=/head/; revision=53667
* Copy _setjmp.S from libc in preparation for loader-specific version.Daniel C. Sobral1999-02-121-0/+123
Notes: svn path=/head/; revision=43932