* config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL.
This commit is contained in:
parent
a6aa51957c
commit
c744ecf2aa
@ -1,3 +1,7 @@
|
||||
2005-05-19 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL.
|
||||
|
||||
2005-05-19 Anton Blanchard <anton@samba.org>
|
||||
|
||||
* config/tc-ppc.c (parse_cpu): Handle "-mpower5".
|
||||
|
@ -5470,6 +5470,7 @@ ppc_force_relocation (fix)
|
||||
case BFD_RELOC_PPC_B16_BRNTAKEN:
|
||||
case BFD_RELOC_PPC_BA16_BRTAKEN:
|
||||
case BFD_RELOC_PPC_BA16_BRNTAKEN:
|
||||
case BFD_RELOC_24_PLT_PCREL:
|
||||
case BFD_RELOC_PPC64_TOC:
|
||||
return 1;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user