bfd/
[deliverable/binutils-gdb.git] / bfd / elf-m10300.c
index d882eb4f775f6223dadf0ac691fc7a13e543ad19..4470387890e5d6f4d70e0227300cb459e694a6ad 100644 (file)
@@ -1510,8 +1510,9 @@ mn10300_elf_relocate_section (output_bfd, info, input_bfd, input_section,
            {
            case 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.root : NULL), name,
+                     howto->name, (bfd_vma) 0, input_bfd,
+                     input_section, rel->r_offset)))
                return FALSE;
              break;
 
This page took 0.026694 seconds and 4 git commands to generate.