diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 09:16:37 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 09:16:37 +0000 |
commit | e2f5319a5426bcea17cb36eeff66dc7500a4c640 (patch) | |
tree | 17d1d4df5aa472becd315deecba93cae4ddc22ba /gcc/config/i386/dgux.h | |
parent | 70b3688e9c3a03ada9fcff2be1aaee620f7ebf3f (diff) | |
download | gcc-e2f5319a5426bcea17cb36eeff66dc7500a4c640.tar.gz |
definitions in config/i3*:
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@36607 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/dgux.h')
-rw-r--r-- | gcc/config/i386/dgux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/dgux.h b/gcc/config/i386/dgux.h index 10982c505cd..752ae3c2af1 100644 --- a/gcc/config/i386/dgux.h +++ b/gcc/config/i386/dgux.h @@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */ #include "i386/sysv4.h" #ifndef VERSION_INFO2 -#define VERSION_INFO2 "$Revision: 1.10 $" +#define VERSION_INFO2 "$Revision: 1.11 $" #endif #ifndef VERSION_STRING @@ -251,4 +251,4 @@ Boston, MA 02111-1307, USA. */ /* Add .align 1 to avoid .backalign bug in assembler */ #undef CONST_SECTION_ASM_OP -#define CONST_SECTION_ASM_OP ".section\t.rodata\n\t.align 1" +#define CONST_SECTION_ASM_OP "\t.section\t.rodata\n\t.align 1" |