]> gcc.gnu.org Git - gcc.git/commitdiff
unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
authorUros Bizjak <uros@gcc.gnu.org>
Wed, 4 Aug 2010 07:07:17 +0000 (09:07 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 4 Aug 2010 07:07:17 +0000 (09:07 +0200)
* config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.

From-SVN: r162855

gcc/ChangeLog
gcc/config/i386/unix.h

index 0361f83f039775b85796e40b633a04136afd2fc6..ff0a53ef739b5eb90de09c5e01ef61ff473473f0 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
+
 2010-08-03  Bernd Schmidt  <bernds@codesourcery.com>
 
        * 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.
index aa6c4a38ae3534ad9e1643136b8ce759d0c6acb2..f57603544a1531bbc534bfcac048fb9ae3590b37 100644 (file)
@@ -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.  */
This page took 0.081761 seconds and 5 git commands to generate.