fix sigsetjmp on arm (needs asm)
authorRich Felker <dalias@aerifal.cx>
Tue, 3 Jul 2012 02:49:25 +0000 (22:49 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 3 Jul 2012 02:49:25 +0000 (22:49 -0400)
no idea why gcc refuses to compile the C code to use a tail call, but
it's best to use asm anyway so we don't have to rely on the quality of
the compiler's optimizations for correct code.


No differences found