diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 08:23:05 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 08:23:05 +0000 |
commit | 3825dd2fbc207d5a1221ad932a10306925e09d86 (patch) | |
tree | 4342cbef59597393bdaee6ccc3c944a31170df3c /gcc/config/svr3.h | |
parent | 6ae8577b639265a722fae97f3d5ced6ad1003c56 (diff) | |
download | gcc-3825dd2fbc207d5a1221ad932a10306925e09d86.tar.gz |
config:
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@36604 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/svr3.h')
-rw-r--r-- | gcc/config/svr3.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/svr3.h b/gcc/config/svr3.h index e97bab7ac39..44fc241fa26 100644 --- a/gcc/config/svr3.h +++ b/gcc/config/svr3.h @@ -1,6 +1,6 @@ /* Operating system specific defines to be used when targeting GCC for generic System V Release 3 system. - Copyright (C) 1991, 1996 Free Software Foundation, Inc. + Copyright (C) 1991, 1996, 2000 Free Software Foundation, Inc. Contributed by Ron Guilmette (rfg@monkeys.com). This file is part of GNU CC. @@ -157,7 +157,7 @@ Boston, MA 02111-1307, USA. definitions should work for most svr3 systems. */ #undef ASM_BYTE_OP -#define ASM_BYTE_OP "\t.byte" +#define ASM_BYTE_OP "\t.byte\t" /* The prefix to add to user-visible assembler symbols. @@ -215,9 +215,9 @@ Boston, MA 02111-1307, USA. #define USE_CONST_SECTION 0 -#define INIT_SECTION_ASM_OP ".section\t.init" -#define FINI_SECTION_ASM_OP ".section .fini,\"x\"" -#define CONST_SECTION_ASM_OP ".section\t.rodata, \"x\"" +#define INIT_SECTION_ASM_OP "\t.section\t.init" +#define FINI_SECTION_ASM_OP "\t.section .fini,\"x\"" +#define CONST_SECTION_ASM_OP "\t.section\t.rodata, \"x\"" #define CTORS_SECTION_ASM_OP INIT_SECTION_ASM_OP #define DTORS_SECTION_ASM_OP FINI_SECTION_ASM_OP |