summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/bsd-_setjmp.S
Commit message (Collapse)AuthorAgeFilesLines
* 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