diff options
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 1df1840..78d19d2 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -4499,7 +4499,8 @@ bfd_generic_get_relocated_section_contents (bfd *abfd, break; case bfd_reloc_overflow: if (!((*link_info->callbacks->reloc_overflow) - (link_info, bfd_asymbol_name (*(*parent)->sym_ptr_ptr), + (link_info, NULL, + bfd_asymbol_name (*(*parent)->sym_ptr_ptr), (*parent)->howto->name, (*parent)->addend, input_bfd, input_section, (*parent)->address))) goto error_return; |