Remove "collect" forms of generic linker add symbols functions
[deliverable/binutils-gdb.git] / bfd / libbfd-in.h
index fec1b891493153d1e3862c4c5d03c1fd270d7b28..db2f143ff5d52577683c070797f488b9f328594f 100644 (file)
@@ -613,12 +613,6 @@ extern void _bfd_generic_link_hash_table_free
 extern bfd_boolean _bfd_generic_link_add_symbols
   (bfd *, struct bfd_link_info *);
 
-/* Generic add symbol routine.  This version is used by targets for
-   which the linker must collect constructors and destructors by name,
-   as the collect2 program does.  */
-extern bfd_boolean _bfd_generic_link_add_symbols_collect
-  (bfd *, struct bfd_link_info *);
-
 /* Generic archive add symbol routine.  */
 extern bfd_boolean _bfd_generic_link_add_archive_symbols
   (bfd *, struct bfd_link_info *,
This page took 0.02524 seconds and 4 git commands to generate.