Remove "collect" forms of generic linker add symbols functions
[deliverable/binutils-gdb.git] / bfd / libbfd.h
index ee8516340e1dad27c16bd257774f619055a91719..30be5ddd7e5b89d2080dc0c327503f0eb180c1c6 100644 (file)
@@ -618,12 +618,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.025106 seconds and 4 git commands to generate.