From f39cd38b2711ce2e8355ac8188c34db0302e30c5 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Wed, 4 Aug 2010 09:07:17 +0200 Subject: [PATCH] unix.h (GLOBAL_ASM_OPS): Add tabs around .globl. * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl. From-SVN: r162855 --- gcc/ChangeLog | 7 +++++-- gcc/config/i386/unix.h | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0361f83f039..ff0a53ef739 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 aa6c4a38ae3..f57603544a1 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. */ -- 2.30.2