From 279e75dcef1313cc67233e11c43ec6538cb8706f Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 28 Apr 2005 23:54:33 +0000 Subject: * ldgram.y (lang_memory_region_type): Make static. (ldgram_want_filename): Likewise. * ldemul.c (ld_emulation): Make static. * ldfile.h (ldfile_find_command_file): Remove extern. * ldfile.c (ldfile_find_command_file): Make static. * ldlang.h (unique_section_list): Remove extern declaration. * ldlang.c (unique_section_list): Make static. * mri.h (symbol_truncate): Remove extern declaration. * mri.c (symbol_truncate): Make static. (order, only_load, address, alias): Likewise. (alignment, subalignment): Likewise. --- ld/ldlang.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ld/ldlang.h') diff --git a/ld/ldlang.h b/ld/ldlang.h index 7b399e3..2cf8259 100644 --- a/ld/ldlang.h +++ b/ld/ldlang.h @@ -432,8 +432,6 @@ struct orphan_save { lang_output_section_statement_type **os_tail; }; -extern struct unique_sections *unique_section_list; - extern lang_output_section_statement_type *abs_output_section; extern lang_statement_list_type lang_output_section_statement; extern bfd_boolean lang_has_input_file; -- cgit v1.1