summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/bsd-setjmp.S
Commit message (Collapse)AuthorAgeFilesLines
* Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko2007-07-291-1/+0
| | | | | from i386 and x86_64.
* syntax touchups as suggested by Peter S. MazingerMike Frysinger2005-07-061-16/+16
|
* 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