[visium] Remove semicolon after ASM_OUTPUT_CASE_END

2017-11-19  Tom de Vries  <tom@codesourcery.com>

	* config/visium/visium.h (ASM_OUTPUT_CASE_END): Remove semicolon after
	macro body.

From-SVN: r254927
This commit is contained in:
Tom de Vries 2017-11-19 10:39:50 +00:00 committed by Tom de Vries
parent f8575ee93f
commit b08c57ef9b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-11-19 Tom de Vries <tom@codesourcery.com>
* config/visium/visium.h (ASM_OUTPUT_CASE_END): Remove semicolon after
macro body.
2017-11-19 Tom de Vries <tom@codesourcery.com> 2017-11-19 Tom de Vries <tom@codesourcery.com>
* config/ft32/ft32.h (REGISTER_TARGET_PRAGMAS): Remove semicolon after * config/ft32/ft32.h (REGISTER_TARGET_PRAGMAS): Remove semicolon after

View File

@ -1456,7 +1456,7 @@ do \
Here we output a word of zero so that jump-tables can be seperated Here we output a word of zero so that jump-tables can be seperated
in reverse assembly. */ in reverse assembly. */
#define ASM_OUTPUT_CASE_END(STREAM, NUM, TABLE) \ #define ASM_OUTPUT_CASE_END(STREAM, NUM, TABLE) \
asm_fprintf (STREAM, "\t.long 0\n"); asm_fprintf (STREAM, "\t.long 0\n")
/* Assembler Commands for Alignment /* Assembler Commands for Alignment