floating point support for arm setjmp/longjmp
authorRich Felker <dalias@aerifal.cx>
Sun, 5 Aug 2012 06:37:14 +0000 (02:37 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 5 Aug 2012 06:37:14 +0000 (02:37 -0400)
commit5a3a37861573722ca417d774701b952f39abea7e
treebd1d6070c2a5b681d784262d748736caa3426f34
parent8a996b7e6c3cf9f852bfcd2adf2ed68bf4725754
floating point support for arm setjmp/longjmp

not heavily tested, but at least they don't seem to break anything on
soft float targets with or without coprocessors. they check the auxv
AT_HWCAP flags to determine which coprocessor, if any, is available.
src/setjmp/arm/longjmp.s
src/setjmp/arm/setjmp.s