* bfdlink.h (struct bfd_link_info): Add "strip_discarded".
authorAlan Modra <amodra@gmail.com>
Mon, 23 Dec 2002 11:53:12 +0000 (11:53 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 23 Dec 2002 11:53:12 +0000 (11:53 +0000)
include/ChangeLog
include/bfdlink.h

index ba9024e226189a4eb75c06aade0294e8d8e5c0b6..5b46e44124fe229bf542ef8101e6089ade5e33cb 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * bfdlink.h (struct bfd_link_info): Add "strip_discarded".
+
 2002-12-20  Alan Modra  <amodra@bigpond.net.au>
 
        * bfdlink.h (struct bfd_link_info): Replace bfd_boolean fields with
index 3a5c92b1af7987ab9ddbdef54e4563b749cecdb7..c25826207c595dd1111f58911c4f955191079ab3 100644 (file)
@@ -285,6 +285,9 @@ struct bfd_link_info
      should be created.  */
   unsigned int eh_frame_hdr: 1;
 
+  /* TRUE if global symbols in discarded sections should be stripped.  */
+  unsigned int strip_discarded: 1;
+
   /* Which symbols to strip.  */
   enum bfd_link_strip strip;