summaryrefslogtreecommitdiff
path: root/src/setjmp/arm/longjmp.s
AgeCommit message (Expand)AuthorLines
2019-09-26arm: fix setjmp and longjmp asm for armv8-aSzabolcs Nagy-43/+0
2017-10-13fix access by setjmp and longjmp to __hwcap on arm built as thumb2Rich Felker-0/+1
2016-12-17make arm setjmp/longjmp asm thumb2-compatibleRich Felker-1/+3
2015-11-10explicitly assemble all arm asm sources as UALRich Felker-0/+1
2015-11-09remove non-working pre-armv4t support from arm asmRich Felker-3/+1
2015-11-09use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmpRich Felker-1/+5
2014-11-23fix build regression in arm asm for setjmp/longjmp with old assemblersRich Felker-1/+1
2014-11-23arm assembly changes for clang compatibilityJoakim Sindholt-1/+1
2012-12-05remove fenv saving/loading code from setjmp/longjmp on armRich Felker-2/+0
2012-08-05floating point support for arm setjmp/longjmpRich Felker-1/+27
2012-07-27optimize arm setjmp/longjmp register saving/loadingRich Felker-3/+1
2011-09-18initial commit of the arm portRich Felker-0/+15