summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/setjmp.S
Commit message (Collapse)AuthorAgeFilesLines
* Fix Thumb-2 setjmp.Joseph Myers2009-07-091-1/+1
| | | | | | | | | Many Thumb-2 instructions cannot use sp or pc as operands, and the assembler now diagnoses these. setjmp had one such instruction, movs; this patch changes it to mov. Signed-off-by: Joseph Myers <joseph@codesourcery.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch libc powerpc/arm/sh64/m68k/alpha/microblaze/i960/vax/e1 specific with ↵Carmelo Amoroso2008-06-181-0/+27
| | | | trunk
* Merge from trunk."Steven J. Hill"2006-12-161-0/+10
|
* Big fricking merge from trunk, but an easy one."Steven J. Hill"2006-08-241-3/+0
|
* Merge from trunk."Steven J. Hill"2006-02-281-29/+26
|
* Massive merge from trunk."Steven J. Hill"2005-11-171-8/+31
|
* A merging we will go. A merging we will go. Hi ho the merrio' a merging we ↵"Steven J. Hill"2005-07-251-4/+9
| | | | will go.
* Fix the double sub #48, should have been an add :-)David McCullough2003-03-031-1/+1
|
* 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-11/+10
| | | | | on both x86 and arm... -Erik
* Update to accomodate the header file changesEric Andersen2001-09-271-3/+3
|
* Patch from Shane Nay, who noticed that these were not properly labelingEric Andersen2001-06-211-2/+4
| | | | functions as such, thereby hosing the shared lib loader.
* Fix naming error. s/sigsetjmp/__sigsetjmp/gEric Andersen2001-01-151-3/+3
|
* Fix symbol problem. Add in arm support -- might even work...Eric Andersen2000-10-301-0/+39