summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/bsd-setjmp.S
Commit message (Collapse)AuthorAgeFilesLines
* Synch libc nios/xtensa/v850/h8300/cris/x86_64/ia64/hppa/i382/nios2/frv/avr32 ↵Carmelo Amoroso2008-06-181-1/+0
| | | | specific with trunk
* A merging we will go. A merging we will go. Hi ho the merrio' a merging we ↵"Steven J. Hill"2005-07-251-16/+16
| | | | will go.
* In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen2003-05-301-1/+1
| | | | | | should instead have been testing for '#ifdef __PIC__'. This resulted in NON-PIC code getting mixed into the shared library. Oops!!! -Erik
* Fixup setjmp implementation so it actaully works as expectedEric Andersen2002-01-301-0/+61
-Erik