commit | 4ff6bc0693f7c8bc722aeb9709df3fb4ec659bf5 | [log] [tgz] |
---|---|---|
author | Joakim Tjernlund <Joakim.Tjernlund@transmode.se> | Tue Jan 19 14:41:55 2010 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jan 26 19:30:12 2010 +0100 |
tree | bff9ddbb66b0e5946f1bf73da1021f3ce1befc0d | |
parent | b5125d2b2c8ea90305b7001305b394440b0142c8 [diff] |
ppc: Loose GOT access in IRQ 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>