Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-15 | make use of jmpbuf-offsets.h and jmpbuf-unwind.h | Peter S. Mazinger | |
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2011-12-03 | x86_64: add PLT bypass for __sigsetjmp | Mike Frysinger | |
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> | |||
2007-07-29 | Remove stray code alignment (.align 16 and .align 4 directives) | Denis Vlasenko | |
from i386 and x86_64. | |||
2005-07-06 | use % as the function marker instead of @ | Mike Frysinger | |
2005-02-15 | some source files for x86_64 | Mike Frysinger | |