diff options
author | Hartmut Schirmer <SchirmerH@Innovative-Systems.de> | 2001-05-29 10:44:01 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-05-29 10:44:01 +0000 |
commit | 371ac11766aa6a081fec3fc9bf7c03b9f9f32494 (patch) | |
tree | ba17b571cf52853b91e282fa2ed32badb2d91675 | |
parent | 9c279e50f914cf6d2dd2db2b208519ce925a8f6d (diff) | |
download | gcc-371ac11766aa6a081fec3fc9bf7c03b9f9f32494.zip gcc-371ac11766aa6a081fec3fc9bf7c03b9f9f32494.tar.gz gcc-371ac11766aa6a081fec3fc9bf7c03b9f9f32494.tar.bz2 |
* config/sh/sh.h (IDENT_ASM_OP): End with TAB, not LF.
From-SVN: r42688
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/sh/sh.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1aab8e2..e48b292 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 5bda01d..4006427 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -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. */ |