[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
This commit is contained in:
Chung-Ju Wu 2018-04-25 10:24:49 +00:00 committed by Chung-Ju Wu
parent b33a0cb323
commit c77562ca50
2 changed files with 5 additions and 1 deletions

View 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.

View 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"