/* We use embedded asm for .section unconditionally, as this makes it
easier to insert the necessary directives into crtn.S. */
-#define SECTION(x) asm (".section \"" x "\"");
+#define SECTION(x) asm (".section " x );
/* Embed an #include to pull in the alignment and .end directives. */
asm ("\n#include \"defs.h\"");