musl/src/setjmp
Rich Felker 4b43f05f3c 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.
2012-12-05 19:13:47 -05:00
..
arm remove fenv saving/loading code from setjmp/longjmp on arm 2012-12-05 19:13:47 -05:00
i386 restore use of .type in asm, but use modern @function (vs %function) 2011-06-14 23:15:08 -04:00
microblaze microblaze port 2012-09-29 01:05:31 -04:00
mips remove mips setjmp/longjmp code to save/restore fenv 2012-12-05 12:52:40 -05:00
powerpc fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf 2012-11-23 14:30:58 -05:00
x86_64 update license of njk contributed code (x86_64 asm) 2012-05-05 00:02:04 -04:00
longjmp.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
setjmp.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00