optimize arm setjmp/longjmp register saving/loading
authorRich Felker <dalias@aerifal.cx>
Fri, 27 Jul 2012 04:17:09 +0000 (00:17 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 27 Jul 2012 04:17:09 +0000 (00:17 -0400)
commit5aac5e2189f322a54a49958d928f30e1c9505561
tree258ba3778b2a1d8c474e31f2a510dd710e1506dd
parente1b9c1b01be294cc2865acfe33544d5e5cc50eb4
optimize arm setjmp/longjmp register saving/loading

the original code was wrongly based on how it would be done in thumb
mode, but that's not needed because musl's asm only targets arm.
src/setjmp/arm/longjmp.s
src/setjmp/arm/setjmp.s