summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/x86_64/bsd-setjmp.S
Commit message (Collapse)AuthorAgeFilesLines
* x86_64: add PLT bypass for __sigsetjmpMike Frysinger2011-12-031-1/+2
| | | | | | | | | | | | | The current x86_64 setjmp helpers incur a reloc, so fix that up. $ readelf -r lib/libc.so.0 ... Relocation section '.rela.plt' at offset 0xb058 contains 10 entries: Offset Info Type Sym. Value Sym. Name + Addend 000000236010 02a400000007 R_X86_64_JUMP_SLO 000000000000b3c4 __sigsetjmp + 0 ... Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko2007-07-291-1/+0
| | | | | from i386 and x86_64.
* use % as the function marker instead of @Mike Frysinger2005-07-061-5/+5
|
* some source files for x86_64Mike Frysinger2005-02-151-0/+30