From: Hans-Peter Nilsson Date: Fri, 15 Jun 2001 12:57:02 +0000 (+0000) Subject: * bfdlink.h (struct bfd_link_info): New member export_dynamic. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=818877623e20489b91bb8a6abbf51f9833d4ce84;p=pf3gnuchains%2Fpf3gnuchains3x.git * bfdlink.h (struct bfd_link_info): New member export_dynamic. --- diff --git a/include/ChangeLog b/include/ChangeLog index 1808ee206a..f56907d025 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2001-06-15 Hans-Peter Nilsson + + * bfdlink.h (struct bfd_link_info): New member export_dynamic. + 2001-05-16 Matt Kraai * partition.h: Fix misspelling of `implementation'. diff --git a/include/bfdlink.h b/include/bfdlink.h index 765a97a002..3308f826e8 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