about summary refs log tree commit diff
path: root/src/setjmp/arm
Commit message (Expand)AuthorAgeFilesLines
* arm: fix setjmp and longjmp asm for armv8-aSzabolcs Nagy2019-09-262-0/+14
* fix access by setjmp and longjmp to __hwcap on arm built as thumb2Rich Felker2017-10-132-0/+2
* make arm setjmp/longjmp asm thumb2-compatibleRich Felker2016-12-172-2/+6
* explicitly assemble all arm asm sources as UALRich Felker2015-11-102-0/+2
* remove non-working pre-armv4t support from arm asmRich Felker2015-11-092-6/+2
* use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmpRich Felker2015-11-092-2/+10
* fix build regression in arm asm for setjmp/longjmp with old assemblersRich Felker2014-11-232-2/+2
* arm assembly changes for clang compatibilityJoakim Sindholt2014-11-232-2/+2
* remove fenv saving/loading code from setjmp/longjmp on armRich Felker2012-12-052-4/+0
* floating point support for arm setjmp/longjmpRich Felker2012-08-052-2/+54
* optimize arm setjmp/longjmp register saving/loadingRich Felker2012-07-272-6/+2
* initial commit of the arm portRich Felker2011-09-182-0/+32