COFF linker segmentation faults
[deliverable/binutils-gdb.git] / bfd / cofflink.c
index ac07d05e5789812fec774aa6bf8cbe0941c5dfcf..5e02760154306e6a51093ef8a31f21217861a60d 100644 (file)
@@ -221,7 +221,7 @@ coff_link_check_archive_element (bfd *abfd,
     return TRUE;
   *pneeded = TRUE;
 
-  return coff_link_add_object_symbols (abfd, info);
+  return bfd_link_add_symbols (abfd, info);
 }
 
 /* Add all the symbols from an object file to the hash table.  */
This page took 0.026388 seconds and 4 git commands to generate.