Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2001-06-15 16:57:02 +0400
committerHans-Peter Nilsson <hp@axis.com>2001-06-15 16:57:02 +0400
commited5d7131a957f70ae082ae157e9741f5a2101d12 (patch)
treea4494a58dbe59c8676f6be8930ec488498755ed0
parent4d52d5b0fb3b51f5f530502e92029b343c22e1e4 (diff)
* bfdlink.h (struct bfd_link_info): New member export_dynamic.
-rw-r--r--include/ChangeLog4
-rw-r--r--include/bfdlink.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 1808ee206..f56907d02 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -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'.
diff --git a/include/bfdlink.h b/include/bfdlink.h
index 765a97a00..3308f826e 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