From c744ecf2aa462db288c52abb7769881b2816c033 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 19 May 2005 08:27:34 +0000 Subject: [PATCH] * config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL. --- gas/ChangeLog | 4 ++++ gas/config/tc-ppc.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 108930498ac..36bedba653e 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 e5fc2d0ad39..863f09fd06d 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: -- 2.30.2