Skip to content

Commit ab81ab7

Browse files
author
vries
committed
[visium] Remove semicolon after ASM_OUTPUT_CASE_END
2017-11-19 Tom de Vries <[email protected]> * config/visium/visium.h (ASM_OUTPUT_CASE_END): Remove semicolon after macro body. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254927 138bc75d-0d04-0410-961f-82ee72b054a4
1 parent 762da9e commit ab81ab7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

gcc/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2017-11-19 Tom de Vries <[email protected]>
2+
3+
* config/visium/visium.h (ASM_OUTPUT_CASE_END): Remove semicolon after
4+
macro body.
5+
16
2017-11-19 Tom de Vries <[email protected]>
27

38
* config/ft32/ft32.h (REGISTER_TARGET_PRAGMAS): Remove semicolon after

gcc/config/visium/visium.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ do \
14561456
Here we output a word of zero so that jump-tables can be seperated
14571457
in reverse assembly. */
14581458
#define ASM_OUTPUT_CASE_END(STREAM, NUM, TABLE) \
1459-
asm_fprintf (STREAM, "\t.long 0\n");
1459+
asm_fprintf (STREAM, "\t.long 0\n")
14601460

14611461
/* Assembler Commands for Alignment
14621462

0 commit comments

Comments
 (0)