about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
Commit message (Collapse)AuthorAgeFilesLines
* Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ↵Roland McGrath2011-09-151-2/+2
| | | | ____longjmp_chk implementations.
* Maintain stack alignment in ____longjmp_chk on x86_64Andreas Schwab2011-04-071-11/+15
|
* Fix _FORITY_SOURCE version of longjmp for Linux/x86-64.Chung-Lin Tang2010-09-081-11/+15
|
* Remove last trace of bounded pointer handling from ____longjmp_chk on x86-64.Ulrich Drepper2009-08-011-1/+1
|
* Optimize x86 and x86-64 ____longjmp_chk for Linux.Ulrich Drepper2009-07-311-65/+29
|
* Fix ____longjmp_chk on x86-64.Ulrich Drepper2009-07-311-2/+2
| | | | | After a recent change to fix CFI in ____longjmp_chk the test of the ss_flags used the wrong memory location.
* ____longjmp_chk is now OS-specific.Ulrich Drepper2009-07-301-0/+145
We use sigaltstack internally which on some systems is a syscall and should be used as such. Move the x86-64 version to the Linux specific directory and create in its place a file which always causes compile errors.