aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/dgux.h
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2000-09-25 09:16:37 +0000
committerHans-Peter Nilsson <hp@axis.com>2000-09-25 09:16:37 +0000
commite090ede0b3ee095ff457e04a6362361a6894d669 (patch)
tree17d1d4df5aa472becd315deecba93cae4ddc22ba /gcc/config/i386/dgux.h
parent52cc0bdfe98a945a587599f3fcc29352807b9f17 (diff)
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: https://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.h4
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"