Change ld "notice" interface for better handling of indirect symbols
[deliverable/binutils-gdb.git] / bfd / elflink.c
index 69a87a6b44b5e4209b9009568e38a49c3d657835..de0a734c99ac7781946d2657f5cf934747514fb0 100644 (file)
@@ -3299,7 +3299,7 @@ _bfd_elf_notice_as_needed (bfd *ibfd,
                           struct bfd_link_info *info,
                           enum notice_asneeded_action act)
 {
-  return (*info->callbacks->notice) (info, NULL, ibfd, NULL, act, 0, NULL);
+  return (*info->callbacks->notice) (info, NULL, NULL, ibfd, NULL, act, 0);
 }
 
 /* Add symbols from an ELF object file to the linker hash table.  */
This page took 0.049933 seconds and 4 git commands to generate.