2017-11-19 Tom de Vries <tom@codesourcery.com>
* config/mcore/mcore-elf.h (MCORE_EXPORT_NAME): Remove semicolon after
"do {} while (0)".
* config/mcore/mcore.h (ASM_OUTPUT_ALIGNED_COMMON): After missing
semicolon after MCORE_EXPORT_NAME call.
From-SVN: r254925
+2017-11-19 Tom de Vries <tom@codesourcery.com>
+
+ * config/mcore/mcore-elf.h (MCORE_EXPORT_NAME): Remove semicolon after
+ "do {} while (0)".
+ * config/mcore/mcore.h (ASM_OUTPUT_ALIGNED_COMMON): After missing
+ semicolon after MCORE_EXPORT_NAME call.
+
2017-11-19 Tom de Vries <tom@codesourcery.com>
PR target/82961
(* targetm.strip_name_encoding) (NAME)); \
in_section = NULL; \
} \
- while (0);
+ while (0)
/* Write the extra assembler code needed to declare a function properly.
Some svr4 assemblers need to also have something extra said about the
do \
{ \
if (mcore_dllexport_name_p (NAME)) \
- MCORE_EXPORT_NAME (FILE, NAME) \
+ MCORE_EXPORT_NAME (FILE, NAME); \
if (! mcore_dllimport_name_p (NAME)) \
{ \
fputs ("\t.comm\t", FILE); \