Localize varible to avoid warning

* ldlang.c (base): Move variable to..
	* mri.c: ..here, and make static.
	* ldlang.h (base): Delete declaration.
This commit is contained in:
Alan Modra
2014-05-24 22:40:11 +09:30
parent 697aa1b7d3
commit 0ef76c43d7
4 changed files with 8 additions and 3 deletions

View File

@ -505,7 +505,6 @@ extern lang_output_section_statement_type *abs_output_section;
extern lang_statement_list_type lang_output_section_statement;
extern struct lang_input_statement_flags input_flags;
extern bfd_boolean lang_has_input_file;
extern etree_type *base;
extern lang_statement_list_type *stat_ptr;
extern bfd_boolean delete_output_file_on_failure;