bfd/
[deliverable/binutils-gdb.git] / bfd / coff64-rs6000.c
index 5f4a502c5f4639d58e0ac57388a76d083c24b417..56a0d2573bc568b4c523f3ee1e1614b529f63faf 100644 (file)
@@ -1826,6 +1826,9 @@ xcoff64_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
       return &xcoff64_howto_table[8];
     case BFD_RELOC_PPC_TOC16:
       return &xcoff64_howto_table[3];
+    case BFD_RELOC_16:
+      /* Note that this relocation is only internally used by gas.  */
+      return &xcoff64_howto_table[0xc];
     case BFD_RELOC_32:
     case BFD_RELOC_CTOR:
       return &xcoff64_howto_table[0x1c];
This page took 0.024167 seconds and 4 git commands to generate.