* config.bfd: Mark arm-*-oabi and thumb-*-oabi as obsolete.
[deliverable/binutils-gdb.git] / bfd / elf64-ppc.c
index db0bc8f53b023a1c85cb2564d5be5edac7cb2427..c21d0272d86002fd58c4eea56d277de85ce31fc7 100644 (file)
@@ -9963,7 +9963,8 @@ ppc64_elf_relocate_section (bfd *output_bfd,
                }
 
              if (!((*info->callbacks->reloc_overflow)
-                   (info, sym_name, ppc64_elf_howto_table[r_type]->name,
+                   (info, (h ? &h->elf.root : NULL), sym_name,
+                    ppc64_elf_howto_table[r_type]->name,
                     rel->r_addend, input_bfd, input_section, rel->r_offset)))
                return FALSE;
            }
This page took 0.026429 seconds and 4 git commands to generate.