OSDN Git Service

* config/sh/sh.h (IDENT_ASM_OP): End with TAB, not LF.
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 May 2001 10:44:01 +0000 (10:44 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 May 2001 10:44:01 +0000 (10:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42688 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/sh/sh.h

index 1aab8e2..e48b292 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-29  Hartmut Schirmer <SchirmerH@Innovative-Systems.de>
+
+       * config/sh/sh.h (IDENT_ASM_OP): End with TAB, not LF.
+
 2001-05-28  Stan Shebs  <shebs@apple.com>
 
        * objc/objc.gperf: Remove, no longer used.
index 5bda01d..4006427 100644 (file)
@@ -1866,7 +1866,7 @@ while (0)
 #define ASM_APP_ON             ""
 #define ASM_APP_OFF            ""
 #define FILE_ASM_OP            "\t.file\n"
-#define IDENT_ASM_OP           "\t.ident\n"
+#define IDENT_ASM_OP           "\t.ident\t"
 #define SET_ASM_OP             "\t.set\t"
 
 /* How to change between sections.  */