bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-h8300.c
index 3daef62c939cc21134642eff62c171066ef04d14..d4deac6c27b9c0e715cc168ffe5e3861a6bb3f97 100644 (file)
@@ -477,8 +477,9 @@ elf32_h8_relocate_section (bfd *output_bfd, struct bfd_link_info *info,
            {
            case bfd_reloc_overflow:
              if (! ((*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)))
                return FALSE;
              break;
 
This page took 0.02606 seconds and 4 git commands to generate.