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
+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>
PR target/83111
/* This is how to output an element of a case-vector that is absolute. */
#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 */