bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-m68k.c
index f1c6ea7931998749b5b10e22d517239ea6359606..42a3764d9b94dd544ef9856bb2b1369a9ec02173 100644 (file)
@@ -1731,8 +1731,9 @@ elf_m68k_relocate_section (output_bfd, info, input_bfd, input_section,
          if (r == bfd_reloc_overflow)
            {
              if (!(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)))
                return FALSE;
            }
          else
This page took 0.025072 seconds and 4 git commands to generate.