Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Thumb-2 setjmp. | Joseph Myers | 2009-07-09 | 1 | -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 Amoroso | 2008-06-18 | 1 | -0/+27 |
| | | | | trunk | ||||
* | Merge from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -0/+10 |
| | |||||
* | Big fricking merge from trunk, but an easy one. | "Steven J. Hill" | 2006-08-24 | 1 | -3/+0 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-28 | 1 | -29/+26 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -8/+31 |
| | |||||
* | A merging we will go. A merging we will go. Hi ho the merrio' a merging we ↵ | "Steven J. Hill" | 2005-07-25 | 1 | -4/+9 |
| | | | | will go. | ||||
* | Fix the double sub #48, should have been an add :-) | David McCullough | 2003-03-03 | 1 | -1/+1 |
| | |||||
* | Fix FP handling alignment problems on ARM platforms without an FPU, | David McCullough | 2003-02-23 | 1 | -0/+2 |
| | | | | patch from Vadim Lebedev <vadim@7chips.com>. | ||||
* | Update soft-float handling | Eric Andersen | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | Don't run floating point opcodes when code is compiled -msoft-float | Eric Andersen | 2002-09-10 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Fixup setjmp and longjmp so they behave themselves properly now | Eric Andersen | 2002-01-31 | 1 | -11/+10 |
| | | | | | on both x86 and arm... -Erik | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -3/+3 |
| | |||||
* | Patch from Shane Nay, who noticed that these were not properly labeling | Eric Andersen | 2001-06-21 | 1 | -2/+4 |
| | | | | functions as such, thereby hosing the shared lib loader. | ||||
* | Fix naming error. s/sigsetjmp/__sigsetjmp/g | Eric Andersen | 2001-01-15 | 1 | -3/+3 |
| | |||||
* | Fix symbol problem. Add in arm support -- might even work... | Eric Andersen | 2000-10-30 | 1 | -0/+39 |