summaryrefslogtreecommitdiff
path: root/src/signal/x86_64
AgeCommit message (Expand)AuthorFilesLines
2016-11-12work around gdb issues recognizing sigreturn trampoline on x86_64Rich Felker1-4/+3
2015-04-18remove potentially PIC-incompatible relocations from x86_64 and x32 asmRich Felker1-2/+2
2015-04-17redesign sigsetjmp so that signal mask is restored after longjmpRich Felker1-9/+16
2014-04-02add __sigsetjmp ABI-compat alias for sigsetjmpRich Felker1-0/+3
2013-04-22fix reversed argument order x86_64 sigsetjmp's call to sigprocmaskRich Felker1-2/+2
2012-05-05update license of njk contributed code (x86_64 asm)Rich Felker1-1/+1
2011-06-14restore use of .type in asm, but use modern @function (vs %function)Rich Felker2-0/+3
2011-06-13remove all .size and .type directives for functions from the asmRich Felker1-5/+0
2011-04-08fix broken sigsetjmp on x86_64Rich Felker1-7/+9
2011-02-15Port musl to x86-64. One giant commit!Nicholas J. Kain2-0/+22