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/crds.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/crds.h')
-rw-r--r-- | gcc/config/m68k/crds.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/crds.h b/gcc/config/m68k/crds.h index 89bf07ac1d4..7f2e0384e2f 100644 --- a/gcc/config/m68k/crds.h +++ b/gcc/config/m68k/crds.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler; Charles River Data Systems UNiverse/32. - Copyright (C) 1987, 93, 94, 96, 97, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 93, 94, 96, 97, 1998, 1999, 2000 Free Software Foundation, Inc. Contributed by Gary E. Miller (Gary_Edmunds_Miller@cup.portal.com) This file is part of GNU CC. @@ -112,7 +112,7 @@ Boston, MA 02111-1307, USA. */ #define STRUCT_VALUE gen_rtx_MEM (Pmode, gen_rtx( , , ) ) */ -#define BSS_SECTION_ASM_OP ".bss" +#define BSS_SECTION_ASM_OP "\t.bss" /* Specify how to pad function arguments. Value should be `upward', `downward' or `none'. |