Remove unused td_ta_map_id2thr code
[deliverable/binutils-gdb.git] / ld / ldlang.h
index 69d21a723096cc7ead383c1d426d0369b7ed674c..7cb7610e477a51330a64e89f4c0b4e2b8e58e29d 100644 (file)
@@ -283,6 +283,9 @@ struct lang_input_statement_flags
 
   /* Set if the file was claimed from an archive.  */
   unsigned int claim_archive : 1;
+
+  /* Set if added by the lto plugin add_input_file callback.  */
+  unsigned int lto_output : 1;
 #endif /* ENABLE_PLUGINS */
 
   /* Head of list of pushed flags.  */
This page took 0.023601 seconds and 4 git commands to generate.