From: Kazu Hirata Date: Thu, 26 Dec 2002 20:58:10 +0000 (+0000) Subject: * config/h8300/h8300.h (IDENT_ASM_OP): End with a tab. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b976d7a007c0bc4667379a7b2c5432d3cfa0e798;p=gcc.git * config/h8300/h8300.h (IDENT_ASM_OP): End with a tab. From-SVN: r60525 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2732154e1e7..81ad426229f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-12-26 Kazu Hirata + + * config/h8300/h8300.h (IDENT_ASM_OP): End with a tab. + 2002-12-26 Kazu Hirata * config/i386/athlon.md: Fix comment typos. diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index aebc4f755ca..860b6a0237b 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 \