diff options
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r-- | ld/ldlang.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h index e9bcacf9b40..f89eb53b643 100644 --- a/ld/ldlang.h +++ b/ld/ldlang.h @@ -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 |