2003-02-28 David Carlton <carlton@math.stanford.edu>
[deliverable/binutils-gdb.git] / include / bfdlink.h
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;
 
This page took 0.023616 seconds and 4 git commands to generate.