bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-xstormy16.c
index 8c96348ac49cc083478923aef3575dba44f22777..9d8635aa03a0b8306282c430316e15fe7e35a682 100644 (file)
@@ -940,8 +940,8 @@ xstormy16_elf_relocate_section (output_bfd, info, input_bfd, input_section,
            {
            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.024798 seconds and 4 git commands to generate.