[NDS32] Add missing newline character into ASM_APP_ON macro.
authorChung-Ju Wu <jasonwucj@gmail.com>
Wed, 25 Apr 2018 10:24:49 +0000 (10:24 +0000)
committerChung-Ju Wu <jasonwucj@gcc.gnu.org>
Wed, 25 Apr 2018 10:24:49 +0000 (10:24 +0000)
gcc/
* config/nds32/nds32.h (ASM_APP_ON): Add missing newline character.

From-SVN: r259642

gcc/ChangeLog
gcc/config/nds32/nds32.h

index 24b5896c0ae49746b6b48a2eaa1ac7ffb710ef0f..3c41147be5f84e4f93b6c356720d6aa6d174e5d5 100644 (file)
@@ -1,3 +1,7 @@
+2018-04-25  Chung-Ju Wu  <jasonwucj@gmail.com>
+
+       * config/nds32/nds32.h (ASM_APP_ON): Add missing newline character.
+
 2018-04-25  Richard Biener  <rguenther@suse.de>
 
        * lto-streamer.h (LTO_major_version): Bump to 8.
index 29edccdd040b5b11db341738c508379e48729368..56dd7cf95059ca59b0bb6590a887fcaabbd0bee3 100644 (file)
@@ -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"