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