summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/bsd-setjmp.S
Commit message (Collapse)AuthorAgeFilesLines
* fix from psm: remove unused defines/includesMike Frysinger2006-08-231-4/+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
* 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.
* Fixup setjmp and longjmp so they behave themselves properly nowEric Andersen2002-01-311-0/+34
on both x86 and arm... -Erik