Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-19 | remove possible-textrels from powerpc asm | Rich Felker | 1 | -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-23 | fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf | Rich Felker | 2 | -0/+36 | |
2012-11-14 | fix indention with spaces in powerpc asm | Rich Felker | 2 | -10/+10 | |
2012-11-13 | PPC port cleaned up, static linking works well now. | rofl0r | 2 | -0/+87 | |