summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/setjmp.S
Commit message (Collapse)AuthorAgeFilesLines
* Fix Thumb-2 setjmp.Joseph Myers2009-06-301-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>
* Paul Brook writes:Bernhard Reutner-Fischer2008-03-261-0/+27
| | | | | | | | | | | | | | | The attached patch adds support for compiling arm uClibc as pure Thumb code. This is needed because some recent ARM codes do not implement traditional ARM mode. Specifically: * Cortex-M1 - An extremely minimal FPGA based core that only implements Thumb-1 (aka ARMv6-M). * Cortex-M3 - A Thumb-2 only ARMv7-M core. Most of uClibc already builds in Thumb mode, all that is left are a handful of assembly bits. Tested on arm-uclinuxeabi.
* Fix from Joseph Myers: Save and restore iWMMXt registers in ARM setjmp/longjmpKhem Raj2006-08-311-0/+10
|
* fix from psm: remove unused defines/includesMike Frysinger2006-08-231-3/+0
|
* John Bowler writes in Bug 385:Mike Frysinger2006-01-311-1/+1
| | | | | | | | | The patch fixes up the .align directives to '2' (i.e. a multiple of 4) not '4' (a multiple of 16 - apparently an error since it seems to be unnecessary, there is no advantage here in cache line alignment). this is an arm "feature" ... the value given to .align is not in bytes: .align 4 in arm means .align 2 ^ 4
* Patch by Joseph S. Myers to add support for ARM EABIMike Frysinger2006-01-291-28/+25
|
* add support for cirrus maverick fpu using patch for glibc ↵Mike Frysinger2005-11-101-0/+23
| | | | http://yann.poupet.free.fr/ep93xx/
* update licenseMike Frysinger2005-11-101-8/+8
|
* touchup syntax for no real good reason ;)Mike Frysinger2005-06-111-3/+4
|
* Remove TEXTREL relocations for ARM.Joakim Tjernlund2005-06-101-1/+5
| | | | | Hide __syscall_error from outside libc. From Peter Mazinger.
* 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