2017-11-19 Tom de Vries <tom@codesourcery.com>
* config/arc/arc.h (FUNCTION_PROFILER): Remove semicolon after
"do while (0)".
From-SVN: r254929
+2017-11-19 Tom de Vries <tom@codesourcery.com>
+
+ * config/arc/arc.h (FUNCTION_PROFILER): Remove semicolon after
+ "do while (0)".
+
2017-11-19 Tom de Vries <tom@codesourcery.com>
* config/phoenix.h (TARGET_OS_CPP_BUILTINS): Remove semicolon after
fprintf (FILE, "\tbl\t__mcount@plt\n"); \
else \
fprintf (FILE, "\tbl\t__mcount\n"); \
- } while (0);
+ } while (0)
#define NO_PROFILE_COUNTERS 1