make arm setjmp/longjmp asm thumb2-compatible
authorRich Felker <dalias@aerifal.cx>
Sun, 18 Dec 2016 00:30:03 +0000 (19:30 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 18 Dec 2016 00:30:03 +0000 (19:30 -0500)
commitfbbeda172d6f146067f9f57ab1498cf99c8d1007
tree18b0422aa8e781c12c536b9fcd934daf0d2b22ef
parent61ff1af76f4887bb7c555e4d0b8a7eeb73b05086
make arm setjmp/longjmp asm thumb2-compatible

sp cannot be used in the ldm/stm register set in thumb mode.
src/setjmp/arm/longjmp.s
src/setjmp/arm/setjmp.s