Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
[deliverable/binutils-gdb.git] / bfd / libbfd-in.h
index 6327bc5084db3cc666612cfe205f33a3f4e49453..b0a0f5fc8c69649a611ff8e98f92f4dae202bdad 100644 (file)
@@ -117,6 +117,7 @@ boolean     bfd_true PARAMS ((bfd *ignore));
 PTR    bfd_nullvoidptr PARAMS ((bfd *ignore));
 int    bfd_0 PARAMS ((bfd *ignore));
 unsigned int   bfd_0u PARAMS ((bfd *ignore));
+long   bfd_0l PARAMS ((bfd *ignore));
 void   bfd_void PARAMS ((bfd *ignore));
 
 bfd *  _bfd_new_bfd_contained_in PARAMS ((bfd *));
@@ -178,6 +179,12 @@ extern struct bfd_link_hash_table *_bfd_generic_link_hash_table_create
 extern boolean _bfd_generic_link_add_symbols
   PARAMS ((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 boolean _bfd_generic_link_add_symbols_collect
+  PARAMS ((bfd *, struct bfd_link_info *));
+
 /* Generic archive add symbol routine.  */
 extern boolean _bfd_generic_link_add_archive_symbols
   PARAMS ((bfd *, struct bfd_link_info *,
This page took 0.023145 seconds and 4 git commands to generate.