bfd/
[deliverable/binutils-gdb.git] / bfd / elf-m10200.c
index c9e32be10202749739a29b13d9cfe12a0e126e04..7fb44754dd795106dd64e7b74297a3616f90f92b 100644 (file)
@@ -410,8 +410,9 @@ mn10200_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 : NULL), name, howto->name,
+                     (bfd_vma) 0, input_bfd, input_section,
+                     rel->r_offset)))
                return FALSE;
              break;
 
This page took 0.028199 seconds and 4 git commands to generate.