summaryrefslogtreecommitdiff
path: root/gcc/config/m88k/sysv4.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/m88k/sysv4.h')
-rw-r--r--gcc/config/m88k/sysv4.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/m88k/sysv4.h b/gcc/config/m88k/sysv4.h
index a4e3de83d26..1e7e093dd50 100644
--- a/gcc/config/m88k/sysv4.h
+++ b/gcc/config/m88k/sysv4.h
@@ -57,10 +57,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Override svr4.h and m88k.h. */
#undef INIT_SECTION_ASM_OP
-#define INIT_SECTION_ASM_OP "\tsection\t.init,\"xa\",#progbits\n"
+#define INIT_SECTION_ASM_OP "section\t.init,\"xa\",#progbits"
#undef CTORS_SECTION_ASM_OP
-#define CTORS_SECTION_ASM_OP "\tsection\t.ctors,\"a\",#progbits\n"
+#define CTORS_SECTION_ASM_OP "section\t.ctors,\"a\",#progbits"
#undef DTORS_SECTION_ASM_OP
-#define DTORS_SECTION_ASM_OP "\tsection\t.dtors,\"a\",#progbits\n"
+#define DTORS_SECTION_ASM_OP "section\t.dtors,\"a\",#progbits"