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/m68kelf.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/m68kelf.h')
-rw-r--r-- | gcc/config/m68k/m68kelf.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/m68k/m68kelf.h b/gcc/config/m68k/m68kelf.h index 7ac21b6ba4a..1f50d2bb4f3 100644 --- a/gcc/config/m68k/m68kelf.h +++ b/gcc/config/m68k/m68kelf.h @@ -1,7 +1,7 @@ /* m68kelf support, derived from m68kv4.h */ /* Target definitions for GNU compiler for mc680x0 running System V.4 - Copyright (C) 1991, 1993 Free Software Foundation, Inc. + Copyright (C) 1991, 1993, 2000 Free Software Foundation, Inc. Written by Ron Guilmette (rfg@netcom.com) and Fred Fish (fnf@cygnus.com). @@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ #endif #ifndef SWBEG_ASM_OP -#define SWBEG_ASM_OP ".swbeg" +#define SWBEG_ASM_OP "\t.swbeg\t" #endif /* Here are four prefixes that are used by asm_fprintf to @@ -134,7 +134,7 @@ Boston, MA 02111-1307, USA. */ than ".bss", so override the definition in svr4.h */ #undef BSS_ASM_OP -#define BSS_ASM_OP ".lcomm" +#define BSS_ASM_OP "\t.lcomm\t" /* Register in which address to store a structure value is passed to a function. The default in m68k.h is a1. For m68k/SVR4 it is a0. */ @@ -284,7 +284,7 @@ extern int switch_table_difference_label_flag; `-fno-common' is passed, otherwise `ASM_OUTPUT_COMMON' will be used. */ #ifndef BSS_SECTION_ASM_OP -#define BSS_SECTION_ASM_OP ".section\t.bss" +#define BSS_SECTION_ASM_OP "\t.section\t.bss" #endif /* Like `ASM_OUTPUT_BSS' except takes the required alignment as a |