aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-12-26 20:58:10 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-12-26 20:58:10 +0000
commitb976d7a007c0bc4667379a7b2c5432d3cfa0e798 (patch)
tree3b8b8d412f9a46d76df6d9635ac07ce163cb44ea /gcc
parentd1f876538e319f40cf1e0cf83ee0943e4e8eb543 (diff)
downloadgcc-b976d7a007c0bc4667379a7b2c5432d3cfa0e798.zip
gcc-b976d7a007c0bc4667379a7b2c5432d3cfa0e798.tar.gz
gcc-b976d7a007c0bc4667379a7b2c5432d3cfa0e798.tar.bz2
* config/h8300/h8300.h (IDENT_ASM_OP): End with a tab.
From-SVN: r60525
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/h8300/h8300.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2732154..81ad426 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2002-12-26 Kazu Hirata <kazu@cs.umass.edu>
+ * config/h8300/h8300.h (IDENT_ASM_OP): End with a tab.
+
+2002-12-26 Kazu Hirata <kazu@cs.umass.edu>
+
* config/i386/athlon.md: Fix comment typos.
* config/i386/crtdll.h: Likewise.
* config/i386/djgpp.h: Likewise.
diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h
index aebc4f7..860b6a0 100644
--- a/gcc/config/h8300/h8300.h
+++ b/gcc/config/h8300/h8300.h
@@ -1080,7 +1080,7 @@ struct cum_arg
#define ASM_APP_OFF "; #NO_APP\n"
#define FILE_ASM_OP "\t.file\n"
-#define IDENT_ASM_OP "\t.ident\n"
+#define IDENT_ASM_OP "\t.ident\t"
/* The assembler op to get a word, 2 bytes for the H8/300, 4 for H8/300H. */
#define ASM_WORD_OP \