diff options
Diffstat (limited to 'ld/ldlang.c')
-rw-r--r-- | ld/ldlang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldlang.c b/ld/ldlang.c index 3e7a78c..2568fed 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -97,7 +97,7 @@ bfd_boolean had_output_filename = FALSE; bfd_boolean lang_float_flag = FALSE; bfd_boolean delete_output_file_on_failure = FALSE; struct lang_nocrossrefs *nocrossref_list; -struct unique_sections *unique_section_list; +static struct unique_sections *unique_section_list; static bfd_boolean ldlang_sysrooted_script = FALSE; int lang_statement_iteration = 0; |