diff options
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r-- | ld/ldlang.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h index 45420cd..2afe283 100644 --- a/ld/ldlang.h +++ b/ld/ldlang.h @@ -272,15 +272,15 @@ struct lang_input_statement_flags /* Set if the file does not exist. */ unsigned int missing_file : 1; + /* Set if reloading an archive or --as-needed lib. */ + unsigned int reload : 1; + #ifdef ENABLE_PLUGINS /* Set if the file was claimed by a plugin. */ unsigned int claimed : 1; /* Set if the file was claimed from an archive. */ unsigned int claim_archive : 1; - - /* Set if reloading an archive or --as-needed lib. */ - unsigned int reload : 1; #endif /* ENABLE_PLUGINS */ /* Head of list of pushed flags. */ |