Applied patch series for LD plugin interface (six parts).
[deliverable/binutils-gdb.git] / ld / ldlang.h
index e9bcacf9b404bf239bb541fa4fca3a3ca2c95dba..f89eb53b64354c5755018c6a3e99457129f2d8f5 100644 (file)
@@ -286,6 +286,10 @@ typedef struct lang_input_statement_struct
 
   /* Set if the file does not exist.  */
   unsigned int missing_file : 1;
+
+  /* Set if the file was claimed by a plugin.  */
+  unsigned int claimed : 1;
+
 } lang_input_statement_type;
 
 typedef struct
This page took 0.023466 seconds and 4 git commands to generate.