* 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 2732154e1e7d7032d7b9b04a3c78d7ba6b815e5e..81ad426229f4541ade818afe16c7d90644338427 100644 (file)
@@ -1,3 +1,7 @@
+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.
index aebc4f755ca2c7da0762bad2cf779a5dfbf06c81..860b6a0237be3a497ee1dbf3f97068d582e2e7bf 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                                                    \