diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 09:49:20 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 09:49:20 +0000 |
commit | abfc02622abb5bb491af815769fea2edb4b5344e (patch) | |
tree | 6399d1830dd2e2560848034ebd4d59a550e2343a /gcc/config/m68k/sgs.h | |
parent | affd4821cd227dcc45161daed11c4879d63c4d7a (diff) | |
download | gcc-abfc02622abb5bb491af815769fea2edb4b5344e.tar.gz |
definitions in config/m[368]*:
Changes add TABs on either or both sides, covering start of line,
up to any operand for all .*ASM.*_OP definitions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36609 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/sgs.h')
-rw-r--r-- | gcc/config/m68k/sgs.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gcc/config/m68k/sgs.h b/gcc/config/m68k/sgs.h index fb68c43867a..fa00d8ea3ee 100644 --- a/gcc/config/m68k/sgs.h +++ b/gcc/config/m68k/sgs.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler for m68k targets using assemblers derived from AT&T "SGS" releases. - Copyright (C) 1991, 1993, 1996 Free Software Foundation, Inc. + Copyright (C) 1991, 1993, 1996, 2000 Free Software Foundation, Inc. Written by Fred Fish (fnf@cygnus.com) This file is part of GNU CC. @@ -32,18 +32,18 @@ Boston, MA 02111-1307, USA. */ /* SGS specific assembler pseudo ops. */ -#define BYTE_ASM_OP ".byte" -#define WORD_ASM_OP ".short" -#define LONG_ASM_OP ".long" -#define SPACE_ASM_OP ".space" -#define ALIGN_ASM_OP ".align" +#define BYTE_ASM_OP "\t.byte " +#define WORD_ASM_OP "\t.short " +#define LONG_ASM_OP "\t.long " +#define SPACE_ASM_OP "\t.space " +#define ALIGN_ASM_OP "\t.align " #undef GLOBAL_ASM_OP -#define GLOBAL_ASM_OP ".global" -#define SWBEG_ASM_OP ".swbeg" -#define SET_ASM_OP ".set" +#define GLOBAL_ASM_OP "\t.global " +#define SWBEG_ASM_OP "\t.swbeg " +#define SET_ASM_OP "\t.set " -#define UNALIGNED_SHORT_ASM_OP ".short" /* Used in dwarfout.c */ -#define UNALIGNED_INT_ASM_OP ".long" /* Used in dwarfout.c */ +#define UNALIGNED_SHORT_ASM_OP "\t.short " /* Used in dwarfout.c */ +#define UNALIGNED_INT_ASM_OP "\t.long " /* Used in dwarfout.c */ #define ASM_PN_FORMAT "%s_%d" /* Format for private names */ |