bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-openrisc.c
index af1c2221f8cec898a60f998061fade474b1add43..af20dcf97b93e47a80cd24da0664a521c61a74dd 100644 (file)
@@ -402,8 +402,8 @@ openrisc_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.024374 seconds and 4 git commands to generate.