daily update
[deliverable/binutils-gdb.git] / bfd / reloc.c
index 1df18408fee8dd369e40337df2e06036a82620a1..78d19d260c47e0736ac5acfab5284a3d67cb44d5 100644 (file)
@@ -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;
This page took 0.023726 seconds and 4 git commands to generate.