2007-07-27 H.J. Lu <hongjiu.lu@intel.com>

* config/tc-i386.c (handle_large_common): Declare only for ELF.
This commit is contained in:
H.J. Lu 2005-07-27 14:08:08 +00:00
parent 2f5028a7c8
commit 17d4e2a2a8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-07-27 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (handle_large_common): Declare only for ELF.
2005-07-27 Jan Beulich <jbeulich@novell.com>
* config/tc-ia64.h (unw_r_record): Change type of fr_mem to unsigned

View File

@ -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;