daily update
[binutils-gdb.git] / bfd / bfd.c
index eef9f3615b6382fc9a100a9c0eb0fcd63768b971..771989b75899383357744d03a6ba63dbf14c0d92 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -286,6 +286,10 @@ CODE_FRAGMENT
 .
 .  {* 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;
 .};
 .
 */