2010-04-01 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index abf4c177d08e13e35ff3b7fba915a9a18a21236b..9cf4f643449f405e893e155196236be38c948025 100644 (file)
@@ -5119,6 +5119,10 @@ struct bfd
 
   /* Set if this is a thin archive.  */
   unsigned int is_thin_archive : 1;
+
+  /* Set if only required symbols should be added in the link hash table for
+     this object.  Used by VMS linkers.  */
+  unsigned int selective_search : 1;
 };
 
 typedef enum bfd_error
This page took 0.02374 seconds and 4 git commands to generate.