* config/h8300/h8300.h (IDENT_ASM_OP): End with a tab.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 26 Dec 2002 20:58:10 +0000 (20:58 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 26 Dec 2002 20:58:10 +0000 (20:58 +0000)
From-SVN: r60525

gcc/ChangeLog
gcc/config/h8300/h8300.h

index 2732154..81ad426 100644 (file)
@@ -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.
index aebc4f7..860b6a0 100644 (file)
@@ -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                                                    \