remove fenv saving/loading code from setjmp/longjmp on arm
authorRich Felker <dalias@aerifal.cx>
Thu, 6 Dec 2012 00:13:47 +0000 (19:13 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 6 Dec 2012 00:13:47 +0000 (19:13 -0500)
commit4b43f05f3c754df56e8b6f844c012efd4e51a032
treef2e905d04e82404445a2bb83107b1590618e5646
parent96b3ea53f9ae365a82fb537d4fdac63c2082cc22
remove fenv saving/loading code from setjmp/longjmp on arm

the issue is identical to the recent commit fixing the mips versions:
despite other implementations doing this, it conflicts with the
requirements of ISO C and it's a waste of time and code size.
src/setjmp/arm/longjmp.s
src/setjmp/arm/setjmp.s