* config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL.
authorAlan Modra <amodra@gmail.com>
Thu, 19 May 2005 08:27:34 +0000 (08:27 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 19 May 2005 08:27:34 +0000 (08:27 +0000)
gas/ChangeLog
gas/config/tc-ppc.c

index 1089304..36bedba 100644 (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".
index e5fc2d0..863f09f 100644 (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: