bfd/
[deliverable/binutils-gdb.git] / bfd / coff-mcore.c
index 7e0b28c5b7891553eb0fe865f4b9d1a8f6a5d68c..865e3980a72e758a73ece6d111119cdf4b65bdc5 100644 (file)
@@ -556,7 +556,7 @@ coff_mcore_relocate_section (output_bfd, info, input_bfd, input_section,
 
        case bfd_reloc_overflow:
          if (! ((*info->callbacks->reloc_overflow)
-                (info, my_name, howto->name,
+                (info, (h ? &h->root : NULL), my_name, howto->name,
                  (bfd_vma) 0, input_bfd,
                  input_section, rel->r_vaddr - input_section->vma)))
            return FALSE;
This page took 0.036472 seconds and 4 git commands to generate.