bfd/
[deliverable/binutils-gdb.git] / ld / ldlang.h
index d518398b27f5f95546998df18d9bfb3228634cd0..649fea16cc4c432af3b10d1183b9c23d8b93e7ac 100644 (file)
@@ -264,6 +264,10 @@ typedef struct lang_input_statement_struct
   /* Whether to search for this entry as a dynamic archive.  */
   bfd_boolean dynamic;
 
+  /* Whether this entry should cause a DT_NEEDED tag only when
+     satisfying references from regular files, or always.  */
+  bfd_boolean as_needed;
+
   /* Whether to include the entire contents of an archive.  */
   bfd_boolean whole_archive;
 
This page took 0.02319 seconds and 4 git commands to generate.