From: Alan Modra Date: Thu, 19 May 2005 08:27:34 +0000 (+0000) Subject: * config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=c744ecf2aa462db288c52abb7769881b2816c033;p=deliverable%2Fbinutils-gdb.git * config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 108930498a..36bedba653 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2005-05-19 Alan Modra + + * config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL. + 2005-05-19 Anton Blanchard * config/tc-ppc.c (parse_cpu): Handle "-mpower5". diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index e5fc2d0ad3..863f09fd06 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -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: