* bfdlink.h (struct bfd_link_info): New member export_dynamic.
This commit is contained in:
parent
4d52d5b0fb
commit
ed5d7131a9
@ -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>
|
2001-05-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
|
||||||
|
|
||||||
* partition.h: Fix misspelling of `implementation'.
|
* partition.h: Fix misspelling of `implementation'.
|
||||||
|
@ -191,6 +191,9 @@ struct bfd_link_info
|
|||||||
boolean shared;
|
boolean shared;
|
||||||
/* true if BFD should pre-bind symbols in a shared object. */
|
/* true if BFD should pre-bind symbols in a shared object. */
|
||||||
boolean symbolic;
|
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. */
|
/* true if shared objects should be linked directly, not shared. */
|
||||||
boolean static_link;
|
boolean static_link;
|
||||||
/* true if the output file should be in a traditional format. This
|
/* true if the output file should be in a traditional format. This
|
||||||
|
Loading…
x
Reference in New Issue
Block a user