about summary refs log tree commit diff
path: root/src/setjmp/powerpc/setjmp.s
Commit message (Collapse)AuthorAgeFilesLines
* remove possible-textrels from powerpc asmRich Felker2015-04-191-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.
* fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_bufRich Felker2012-11-231-0/+18
|
* fix indention with spaces in powerpc asmRich Felker2012-11-141-6/+6
|
* PPC port cleaned up, static linking works well now.rofl0r2012-11-131-0/+40