diff options
Diffstat (limited to 'bfd/elf-m10200.c')
-rw-r--r-- | bfd/elf-m10200.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/elf-m10200.c b/bfd/elf-m10200.c index c9e32be..7fb4475 100644 --- a/bfd/elf-m10200.c +++ b/bfd/elf-m10200.c @@ -410,8 +410,9 @@ mn10200_elf_relocate_section (output_bfd, info, input_bfd, input_section, { 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; |