bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-frv.c
index 53deac7d09c1ea5093cc9732730668674db51691..9564671af7bb7a0419576afc5a46529b03fe8ddb 100644 (file)
@@ -2544,8 +2544,8 @@ elf32_frv_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.035337 seconds and 4 git commands to generate.