bfd/
[deliverable/binutils-gdb.git] / bfd / coff-mips.c
index 39f7f22b8fa725700b5d09c745455a8830d2c4ef..d89db54c3b96bfbc3a35d6ffd6067960ddedad2b 100644 (file)
@@ -1261,12 +1261,12 @@ mips_relocate_section (output_bfd, info, input_bfd, input_section,
                const char *name;
 
                if (int_rel.r_extern)
-                 name = h->root.root.string;
+                 name = NULL;
                else
                  name = bfd_section_name (input_bfd, s);
                if (! ((*info->callbacks->reloc_overflow)
-                      (info, name, howto->name, (bfd_vma) 0,
-                       input_bfd, input_section,
+                      (info, (h ? &h->root : NULL), name, howto->name,
+                       (bfd_vma) 0, input_bfd, input_section,
                        int_rel.r_vaddr - input_section->vma)))
                  return FALSE;
              }
This page took 0.026365 seconds and 4 git commands to generate.