* 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 108930498ac76994b9087d1f8ce37e76ce49f366..36bedba653e239b8bf683cafe047cb111f405246 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 e5fc2d0ad39f6e55a3ac060943679a68f8916e6e..863f09fd06dd448135cbdd41ef3a90af2fb83cd4 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:
This page took 0.031104 seconds and 4 git commands to generate.