gold/
[deliverable/binutils-gdb.git] / gold / archive.h
index 78c2cc897950c7c6b3b9ac84b595c17d02c96081..e73a687e2c6e37efee1c17dad3cbc4b9b97952c9 100644 (file)
@@ -405,6 +405,8 @@ class Archive : public Library_base
   unsigned int num_members_;
   // True if we exclude this library archive from automatic export.
   bool no_export_;
+  // True if this library has been included as a --whole-archive.
+  bool included_all_members_;
 };
 
 // This class is used to read an archive and pick out the desired
This page took 0.025884 seconds and 4 git commands to generate.