about summary refs log tree commit diff
path: root/src/setjmp/powerpc
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-232-0/+36
|
* fix indention with spaces in powerpc asmRich Felker2012-11-142-10/+10
|
* PPC port cleaned up, static linking works well now.rofl0r2012-11-132-0/+87