summaryrefslogtreecommitdiff
path: root/lib/libc/arm/gen/setjmp.S
Commit message (Expand)AuthorAgeFilesLines
* armv6 soft float build fixedWarner Losh2019-11-141-2/+2
* Start to remove _libc_arm_fpu_present checks. We don't support the VFP onAndrew Turner2017-06-291-22/+5
* Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov2015-09-291-0/+2
* Remove __ARM_EABI__ from more places in libc as this is the only ARM ABIAndrew Turner2015-05-311-8/+0
* Teach bits of libc about Thumb. This adds the if-then instructions neededAndrew Turner2015-05-121-1/+16
* In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).Ian Lepore2014-08-311-1/+2
* Finish pulling in the NetBSD setjmp/longjmp updates on ARM.Andrew Turner2013-06-071-1/+43
* Remove part of the NetBSD longjmp code that was not ready to be merged.Andrew Turner2013-06-051-2/+1
* Start to merge the updated ARM NetBSD setjump/longjmp functions. To beginAndrew Turner2013-06-041-48/+30
* Use GCC's __SOFTFP__ to test whether we're being compiledMarcel Moolenaar2009-05-311-4/+4
* Use the RET macro.Olivier Houchard2004-11-091-6/+4
* Don't define SOFTFLOAT directly in source files, it's now done in the Makefile.Olivier Houchard2004-11-051-1/+0
* Make setjmp()/longjmp() use sigprocmask.Olivier Houchard2004-09-231-9/+9
* Import the FreeBSD/arm libc bits.Olivier Houchard2004-05-141-0/+132