From: Chung-Ju Wu Date: Wed, 25 Apr 2018 10:24:49 +0000 (+0000) Subject: [NDS32] Add missing newline character into ASM_APP_ON macro. X-Git-Tag: basepoints/gcc-10~7156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c77562ca508af45672a9f5644f62930501729667;p=thirdparty%2Fgcc.git [NDS32] Add missing newline character into ASM_APP_ON macro. gcc/ * config/nds32/nds32.h (ASM_APP_ON): Add missing newline character. From-SVN: r259642 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 24b5896c0ae4..3c41147be5f8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-04-25 Chung-Ju Wu + + * config/nds32/nds32.h (ASM_APP_ON): Add missing newline character. + 2018-04-25 Richard Biener * lto-streamer.h (LTO_major_version): Bump to 8. diff --git a/gcc/config/nds32/nds32.h b/gcc/config/nds32/nds32.h index 29edccdd040b..56dd7cf95059 100644 --- a/gcc/config/nds32/nds32.h +++ b/gcc/config/nds32/nds32.h @@ -1144,7 +1144,7 @@ enum reg_class #define ASM_COMMENT_START "!" -#define ASM_APP_ON "! #APP" +#define ASM_APP_ON "! #APP\n" #define ASM_APP_OFF "! #NO_APP\n"