summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/__longjmp.S
Commit message (Collapse)AuthorAgeFilesLines
* Fix FP handling alignment problems on ARM platforms without an FPU,David McCullough2003-02-231-0/+2
| | | | patch from Vadim Lebedev <vadim@7chips.com>.
* Update soft-float handlingEric Andersen2002-11-061-1/+1
|
* Don't run floating point opcodes when code is compiled -msoft-floatEric Andersen2002-09-101-1/+1
| | | | -Erik
* Fixup setjmp and longjmp so they behave themselves properly nowEric Andersen2002-01-311-0/+40
on both x86 and arm... -Erik