Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix powerpc sigsetjmp asm to match the new jmp_buf size/offsets | Rich Felker | 2012-11-23 | 1 | -2/+2 |
| | |||||
* | powerpc: handle syscall error in clone. | rofl0r | 2012-11-19 | 1 | -14/+15 |
| | | | | sigsetjmp: store temporaries in jmp_buf rather than on stack. | ||||
* | fix powerpc asm not to store data in volatile space below stack pointer | Rich Felker | 2012-11-18 | 1 | -8/+8 |
| | | | | | | | | | | | it's essential to decrement the stack pointer before writing to new stack space, rather than afterwards. otherwise there is a race condition during which asynchronous code (signals) could clobber the data being stored. it may be possible to optimize the code further using stwu, but I wanted to avoid making any changes to the actual stack layout in this commit. further improvements can be made separately if desired. | ||||
* | 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/+45 |