summaryrefslogtreecommitdiff
path: root/src/setjmp/powerpc/setjmp.s
AgeCommit message (Collapse)AuthorLines
2015-04-19remove possible-textrels from powerpc asmRich Felker-0/+3
these are perfectly fine with ld-time symbol binding, but otherwise result in textrels. they cannot be replaced with @PLT jump targets because the PLT thunks require a GOT register to be setup, so use a hidden alias instead.
2012-11-23fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_bufRich Felker-0/+18
2012-11-14fix indention with spaces in powerpc asmRich Felker-6/+6
2012-11-13PPC port cleaned up, static linking works well now.rofl0r-0/+40