summaryrefslogtreecommitdiff
path: root/ld/ldlang.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r--ld/ldlang.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h
index 0b56c276c3..f7e2fa619e 100644
--- a/ld/ldlang.h
+++ b/ld/ldlang.h
@@ -266,6 +266,10 @@ typedef struct lang_input_statement_struct
/* Whether to search for this entry as a dynamic archive. */
bfd_boolean dynamic;
+ /* Whether DT_NEEDED tags should be added for dynamic libraries in
+ DT_NEEDED tags from this entry. */
+ bfd_boolean add_needed;
+
/* Whether this entry should cause a DT_NEEDED tag only when
satisfying references from regular files, or always. */
bfd_boolean as_needed;