From: Uros Bizjak Date: Wed, 4 Aug 2010 07:07:17 +0000 (+0200) Subject: unix.h (GLOBAL_ASM_OPS): Add tabs around .globl. X-Git-Tag: releases/gcc-4.6.0~5269 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f39cd38b2711ce2e8355ac8188c34db0302e30c5;p=thirdparty%2Fgcc.git unix.h (GLOBAL_ASM_OPS): Add tabs around .globl. * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl. From-SVN: r162855 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0361f83f0397..ff0a53ef739b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-08-03 Uros Bizjak + + * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl. + 2010-08-03 Bernd Schmidt * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away @@ -32,8 +36,7 @@ * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define. * config/alpha/osf5.h (LIB_SPEC): Don't handle -a. - * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* - options. + * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options. * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework. * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define. * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove. diff --git a/gcc/config/i386/unix.h b/gcc/config/i386/unix.h index aa6c4a38ae35..f57603544a15 100644 --- a/gcc/config/i386/unix.h +++ b/gcc/config/i386/unix.h @@ -67,7 +67,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #define BSS_SECTION_ASM_OP "\t.bss" /* Globalizing directive for a label. */ -#define GLOBAL_ASM_OP ".globl " +#define GLOBAL_ASM_OP "\t.globl\t" /* By default, target has a 80387, uses IEEE compatible arithmetic, and returns float values in the 387. */