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/hp320.h | |
parent | affd4821cd227dcc45161daed11c4879d63c4d7a (diff) | |
download | ppe42-gcc-abfc02622abb5bb491af815769fea2edb4b5344e.tar.gz ppe42-gcc-abfc02622abb5bb491af815769fea2edb4b5344e.zip |
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/hp320.h')
-rw-r--r-- | gcc/config/m68k/hp320.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/m68k/hp320.h b/gcc/config/m68k/hp320.h index 87c9e8cc056..1a1964479be 100644 --- a/gcc/config/m68k/hp320.h +++ b/gcc/config/m68k/hp320.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. HP-UX 68000/68020 version. - Copyright (C) 1987, 88, 93, 94, 95, 96, 1997, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 93, 94, 95, 96, 1997, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -228,12 +228,12 @@ Boston, MA 02111-1307, USA. */ #define TEXT_SECTION_ASM_OP "text" #define DATA_SECTION_ASM_OP "data" #endif -#define ASCII_DATA_ASM_OP "byte" +#define ASCII_DATA_ASM_OP "\tbyte\t" /* This is the command to make the user-level label named NAME defined for reference from other files. */ -#define GLOBAL_ASM_OP "global" +#define GLOBAL_ASM_OP "\tglobal\t" /* This says how to output an assembler line to define a global common symbol. */ |