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/linux.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/linux.h')
-rw-r--r-- | gcc/config/linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/linux.h b/gcc/config/linux.h index 286f0925098..1ef26b3f194 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -1,5 +1,5 @@ /* Definitions for Linux-based GNU systems with ELF format - Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. Contributed by Eric Youngdale. Modified for stabs-in-ELF by H.J. Lu (hjl@lucon.org). @@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA. */ #undef ASM_APP_OFF #define ASM_APP_OFF "#NO_APP\n" -#define SET_ASM_OP ".set" +#define SET_ASM_OP "\t.set\t" /* Use stabs instead of DWARF debug format. */ #undef PREFERRED_DEBUGGING_TYPE |