diff options
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r-- | ld/ldlang.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h index 8f525d1..aacd5dc 100644 --- a/ld/ldlang.h +++ b/ld/ldlang.h @@ -235,6 +235,9 @@ struct lang_input_statement_flags /* 1 means this file was specified in a -l option. */ unsigned int maybe_archive : 1; + /* 1 means this file was specified in a -l:namespec option. */ + unsigned int full_name_provided : 1; + /* 1 means search a set of directories for this file. */ unsigned int search_dirs : 1; |