Commit 77abf71f by Tom de Vries Committed by Tom de Vries

[ft32] Remove semicolon after ASM_OUTPUT_ADDR_VEC_ELT

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

	* config/ft32/ft32.h (ASM_OUTPUT_ADDR_VEC_ELT): Remove semicolon after
	macro.

From-SVN: r255098
parent e7434de8
2017-11-23 Tom de Vries <tom@codesourcery.com>
* config/ft32/ft32.h (ASM_OUTPUT_ADDR_VEC_ELT): Remove semicolon after
macro.
2017-11-23 Oleg Endo <olegendo@gcc.gnu.org> 2017-11-23 Oleg Endo <olegendo@gcc.gnu.org>
PR target/83111 PR target/83111
...@@ -205,7 +205,7 @@ enum reg_class ...@@ -205,7 +205,7 @@ enum reg_class
/* This is how to output an element of a case-vector that is absolute. */ /* This is how to output an element of a case-vector that is absolute. */
#define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \ #define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
fprintf (FILE, "\t.long\t.L%d\n", VALUE); \ fprintf (FILE, "\t.long\t.L%d\n", VALUE) \
/* Passing Arguments in Registers */ /* Passing Arguments in Registers */
......
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