unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
* config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl. From-SVN: r162855
This commit is contained in:
parent
56345d11f8
commit
f39cd38b27
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user