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/ldemul.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/ldemul.c') diff --git a/ld/ldemul.c b/ld/ldemul.c index 45869d8..abd48fe 100644 --- a/ld/ldemul.c +++ b/ld/ldemul.c @@ -34,7 +34,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "ldmain.h" #include "ldemul-list.h" -ld_emulation_xfer_type *ld_emulation; +static ld_emulation_xfer_type *ld_emulation; void ldemul_hll (char *name) -- cgit v1.1