Commit f39cd38b by Uros Bizjak

unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.

	* config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.

From-SVN: r162855
parent 56345d11
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.
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment