summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh/__longjmp.S
Commit message (Collapse)AuthorAgeFilesLines
* Stefan Allius writes:Eric Andersen2002-11-151-0/+16
| | | | | | | | | | | | | Hi Erik, I added the FPU support for the setjmp/longjmp stuff. This patch also moves the code from the bsd*.S files to the setjmp.S file, so we can use simple branch instructions instead of referencing over the .GOT/.PLT section. This makes the PIC code much easier, smaller and faster. (The idea comes from the SPARC target) Bye Stefan
* I dunno why there were align 5, but align 4 is much more sensible.Eric Andersen2002-11-041-1/+1
|
* Kill sysdep.h and fixup the SH asm to not use it.Eric Andersen2002-11-041-3/+7
| | | | -Erik
* Patch from Jean-Yves Avenard to add missing siglongjmp entry andEric Andersen2001-02-221-0/+44
fix a bug in setjmp for SH