Commit 371ac117 by Hartmut Schirmer Committed by Alexandre Oliva

* config/sh/sh.h (IDENT_ASM_OP): End with TAB, not LF.

From-SVN: r42688
parent 9c279e50
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> 2001-05-28 Stan Shebs <shebs@apple.com>
* objc/objc.gperf: Remove, no longer used. * objc/objc.gperf: Remove, no longer used.
......
...@@ -1866,7 +1866,7 @@ while (0) ...@@ -1866,7 +1866,7 @@ while (0)
#define ASM_APP_ON "" #define ASM_APP_ON ""
#define ASM_APP_OFF "" #define ASM_APP_OFF ""
#define FILE_ASM_OP "\t.file\n" #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" #define SET_ASM_OP "\t.set\t"
/* How to change between sections. */ /* How to change between sections. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment