bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-msp430.c
index ba59cf7f874f37db74c6d49dd07a3a27af58fa6a..ac38fec494635468dd7ae43b517840aa5b34da6a 100644 (file)
@@ -489,8 +489,9 @@ elf32_msp430_relocate_section (bfd * output_bfd ATTRIBUTE_UNUSED,
            {
            case bfd_reloc_overflow:
              r = 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);
              break;
 
            case bfd_reloc_undefined:
This page took 0.026955 seconds and 4 git commands to generate.