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