summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/__longjmp.S
Commit message (Collapse)AuthorAgeFilesLines
* Synch libc powerpc/arm/sh64/m68k/alpha/microblaze/i960/vax/e1 specific with ↵Carmelo Amoroso2008-06-181-0/+33
| | | | trunk
* Merge from trunk."Steven J. Hill"2006-12-161-0/+10
|
* Merge from trunk."Steven J. Hill"2006-02-281-9/+18
|
* Massive merge from trunk."Steven J. Hill"2005-11-171-0/+19
|
* A merging we will go. A merging we will go. Hi ho the merrio' a merging we ↵"Steven J. Hill"2005-07-251-3/+4
| | | | will go.
* 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