From 17d4e2a2a84235bd39a6d0405e38a4969d12bfa6 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 27 Jul 2005 14:08:08 +0000 Subject: 2007-07-27 H.J. Lu * config/tc-i386.c (handle_large_common): Declare only for ELF. --- gas/config/tc-i386.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gas/config') diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 139e403..9482311 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -111,6 +111,9 @@ static void output_disp PARAMS ((fragS *insn_start_frag, #ifndef I386COFF static void s_bss PARAMS ((int)); #endif +#if defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF) +static void handle_large_common (int small ATTRIBUTE_UNUSED); +#endif static const char *default_arch = DEFAULT_ARCH; @@ -305,7 +308,6 @@ static int allow_naked_reg = 0; leave, push, and pop instructions so that gcc has the same stack frame as in 32 bit mode. */ static char stackop_size = '\0'; -static void handle_large_common (int small ATTRIBUTE_UNUSED); /* Non-zero to optimize code alignment. */ int optimize_align_code = 1; -- cgit v1.1