bfd/
[deliverable/binutils-gdb.git] / bfd / elf64-mmix.c
index 777b5fe770eb2953a3ad0c4f9e4498abdae7a680..8a4bea251f2d4976925b61880057760a12d76e06 100644 (file)
@@ -1500,8 +1500,8 @@ mmix_elf_relocate_section (output_bfd, info, input_bfd, input_section,
            {
            case bfd_reloc_overflow:
              check_ok = info->callbacks->reloc_overflow
-               (info, name, howto->name, (bfd_vma) 0,
-                input_bfd, input_section, rel->r_offset);
+               (info, (h ? &h->root : NULL), name, howto->name,
+                (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
              break;
 
            case bfd_reloc_undefined:
This page took 0.027902 seconds and 4 git commands to generate.