about summary refs log tree commit diff
path: root/src/setjmp/arm/longjmp.s
Commit message (Expand)AuthorAgeFilesLines
* arm: fix setjmp and longjmp asm for armv8-aSzabolcs Nagy2019-09-261-43/+0
* fix access by setjmp and longjmp to __hwcap on arm built as thumb2Rich Felker2017-10-131-0/+1
* make arm setjmp/longjmp asm thumb2-compatibleRich Felker2016-12-171-1/+3
* explicitly assemble all arm asm sources as UALRich Felker2015-11-101-0/+1
* remove non-working pre-armv4t support from arm asmRich Felker2015-11-091-3/+1
* use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmpRich Felker2015-11-091-1/+5
* fix build regression in arm asm for setjmp/longjmp with old assemblersRich Felker2014-11-231-1/+1
* arm assembly changes for clang compatibilityJoakim Sindholt2014-11-231-1/+1
* remove fenv saving/loading code from setjmp/longjmp on armRich Felker2012-12-051-2/+0
* floating point support for arm setjmp/longjmpRich Felker2012-08-051-1/+27
* optimize arm setjmp/longjmp register saving/loadingRich Felker2012-07-271-3/+1
* initial commit of the arm portRich Felker2011-09-181-0/+15