Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-03-06 | add powerpc soft-float support | Felix Fietkau | -16/+22 | |
Some PowerPC CPUs (e.g. Freescale MPC85xx) have a completely different instruction set for floating point operations (SPE). Executing regular PowerPC floating point instructions results in "Illegal instruction" errors. Make it possible to run these devices in soft-float mode. | ||||
2015-04-19 | remove possible-textrels from powerpc asm | Rich 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-23 | fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf | Rich Felker | -0/+36 | |
2012-11-14 | fix indention with spaces in powerpc asm | Rich Felker | -10/+10 | |
2012-11-13 | PPC port cleaned up, static linking works well now. | rofl0r | -0/+87 | |