aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2010-08-04 09:07:17 +0200
committerUros Bizjak <uros@gcc.gnu.org>2010-08-04 09:07:17 +0200
commitf39cd38b2711ce2e8355ac8188c34db0302e30c5 (patch)
tree171ea43dd2a874eda00e9f3a5464ba6c62fd02a8
parent56345d11f8a4aad25a11884fa16926f6d7f9db60 (diff)
downloadgcc-f39cd38b2711ce2e8355ac8188c34db0302e30c5.zip
gcc-f39cd38b2711ce2e8355ac8188c34db0302e30c5.tar.gz
gcc-f39cd38b2711ce2e8355ac8188c34db0302e30c5.tar.bz2
unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
* config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl. From-SVN: r162855
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/config/i386/unix.h2
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0361f83..ff0a53e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/i386/unix.h b/gcc/config/i386/unix.h
index aa6c4a3..f576035 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. */