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