* bfdlink.h (struct bfd_link_info): New member export_dynamic.
authorHans-Peter Nilsson <hp@axis.com>
Fri, 15 Jun 2001 12:57:02 +0000 (12:57 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Fri, 15 Jun 2001 12:57:02 +0000 (12:57 +0000)
include/ChangeLog
include/bfdlink.h

index 1808ee206aeb55613978c08744ba5d4c3dc804f3..f56907d025015cf4b6439d50ecb9764862ba5d1c 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-15  Hans-Peter Nilsson  <hp@axis.com>
+
+       * bfdlink.h (struct bfd_link_info): New member export_dynamic.
+
 2001-05-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
 
        * partition.h: Fix misspelling of `implementation'.
index 765a97a002f920698831389997a142c32b9e790c..3308f826e8035c0cb9bcc889296bf7e4ba29a73a 100644 (file)
@@ -191,6 +191,9 @@ struct bfd_link_info
   boolean shared;
   /* true if BFD should pre-bind symbols in a shared object.  */
   boolean symbolic;
+  /* true if BFD should export all symbols in the dynamic symbol table
+     of an executable, rather than only those used.  */
+  boolean export_dynamic;
   /* true if shared objects should be linked directly, not shared.  */
   boolean static_link;
   /* true if the output file should be in a traditional format.  This
This page took 0.029654 seconds and 4 git commands to generate.