* config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL.

This commit is contained in:
Alan Modra 2005-05-19 08:27:34 +00:00
parent a6aa51957c
commit c744ecf2aa
2 changed files with 5 additions and 0 deletions

View File

@ -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".

View File

@ -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: