summaryrefslogtreecommitdiff
path: root/csu/initfini.c
diff options
context:
space:
mode:
Diffstat (limited to 'csu/initfini.c')
-rw-r--r--csu/initfini.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/initfini.c b/csu/initfini.c
index 6906c901c4..8f8ce2f707 100644
--- a/csu/initfini.c
+++ b/csu/initfini.c
@@ -40,7 +40,7 @@
/* 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\"");