Commit b08c57ef by Tom de Vries Committed by Tom de Vries

[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
parent f8575ee9
2017-11-19 Tom de Vries <tom@codesourcery.com> 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>
* config/ft32/ft32.h (REGISTER_TARGET_PRAGMAS): Remove semicolon after * config/ft32/ft32.h (REGISTER_TARGET_PRAGMAS): Remove semicolon after
"do {} while (0)". "do {} while (0)".
* config/spu/spu.h (REGISTER_TARGET_PRAGMAS): Same. * config/spu/spu.h (REGISTER_TARGET_PRAGMAS): Same.
...@@ -1456,7 +1456,7 @@ do \ ...@@ -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
......
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