mirror of git://gcc.gnu.org/git/gcc.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
This commit is contained in:
parent
b33a0cb323
commit
c77562ca50
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue