Commit c77562ca by Chung-Ju Wu Committed by Chung-Ju Wu

[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
parent b33a0cb3
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> 2018-04-25 Richard Biener <rguenther@suse.de>
* lto-streamer.h (LTO_major_version): Bump to 8. * lto-streamer.h (LTO_major_version): Bump to 8.
......
...@@ -1144,7 +1144,7 @@ enum reg_class ...@@ -1144,7 +1144,7 @@ enum reg_class
#define ASM_COMMENT_START "!" #define ASM_COMMENT_START "!"
#define ASM_APP_ON "! #APP" #define ASM_APP_ON "! #APP\n"
#define ASM_APP_OFF "! #NO_APP\n" #define ASM_APP_OFF "! #NO_APP\n"
......
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