bfd/
[deliverable/binutils-gdb.git] / bfd / linker.c
index 8abf35967011d6cdd01b42d2d24cd6a110dacceb..5f4e935f8a1d825d86a10d428b0c2c15fe209748 100644 (file)
@@ -2529,7 +2529,7 @@ _bfd_generic_reloc_link_order (bfd *abfd,
          abort ();
        case bfd_reloc_overflow:
          if (! ((*info->callbacks->reloc_overflow)
-                (info,
+                (info, NULL,
                  (link_order->type == bfd_section_reloc_link_order
                   ? bfd_section_name (abfd, link_order->u.reloc.p->u.section)
                   : link_order->u.reloc.p->u.name),
This page took 0.025322 seconds and 4 git commands to generate.