aboutsummaryrefslogtreecommitdiff
path: root/include/bfdlink.h
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2001-06-15 12:57:02 +0000
committerHans-Peter Nilsson <hp@axis.com>2001-06-15 12:57:02 +0000
commit7be4069c7e337c949c2cefe6f93b411bfb622796 (patch)
treea7b7401166c59288c8ced7ac48164fe1a50a3c4a /include/bfdlink.h
parent7c8ca0e48870359d2841611bb4550b2edbcbff95 (diff)
downloadgdb-7be4069c7e337c949c2cefe6f93b411bfb622796.zip
gdb-7be4069c7e337c949c2cefe6f93b411bfb622796.tar.gz
gdb-7be4069c7e337c949c2cefe6f93b411bfb622796.tar.bz2
* bfdlink.h (struct bfd_link_info): New member export_dynamic.
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r--include/bfdlink.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h
index 765a97a0..3308f82 100644
--- a/include/bfdlink.h
+++ b/include/bfdlink.h
@@ -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