bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-cr16c.c
index e7223356017acc888a75e69db2661dd0e4e920e4..8c579e519bcc44d4c4d291e29a179b3cb21d2b36 100644 (file)
@@ -754,8 +754,9 @@ elf32_cr16c_relocate_section (bfd *output_bfd,
            {
            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.0248 seconds and 4 git commands to generate.