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:
parent
2f5028a7c8
commit
17d4e2a2a8
@ -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>
|
2005-07-27 Jan Beulich <jbeulich@novell.com>
|
||||||
|
|
||||||
* config/tc-ia64.h (unw_r_record): Change type of fr_mem to unsigned
|
* config/tc-ia64.h (unw_r_record): Change type of fr_mem to unsigned
|
||||||
|
@ -111,6 +111,9 @@ static void output_disp PARAMS ((fragS *insn_start_frag,
|
|||||||
#ifndef I386COFF
|
#ifndef I386COFF
|
||||||
static void s_bss PARAMS ((int));
|
static void s_bss PARAMS ((int));
|
||||||
#endif
|
#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;
|
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
|
leave, push, and pop instructions so that gcc has the same stack
|
||||||
frame as in 32 bit mode. */
|
frame as in 32 bit mode. */
|
||||||
static char stackop_size = '\0';
|
static char stackop_size = '\0';
|
||||||
static void handle_large_common (int small ATTRIBUTE_UNUSED);
|
|
||||||
|
|
||||||
/* Non-zero to optimize code alignment. */
|
/* Non-zero to optimize code alignment. */
|
||||||
int optimize_align_code = 1;
|
int optimize_align_code = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user