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)
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.


No differences found