bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-i860.c
index 010ac2e76196ff1fb678ff148aa3751262027990..a5499a288198afeb89eb17bae69a1a91c78ce33d 100644 (file)
@@ -1183,8 +1183,8 @@ elf32_i860_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.039961 seconds and 4 git commands to generate.