summaryrefslogtreecommitdiff
path: root/lib_ppc/reloc.S
Commit message (Collapse)AuthorAgeLines
* ppc: Loose GOT access in IRQJoakim Tjernlund2010-01-26-0/+49
Using the GOT in IRQ handlers requires r14 to be -ffixed-r14. Avoid this by relocatate transfer_to_handler too. This will allow to free up r14 later on. Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>