aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mep/mep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mep/mep.c b/gcc/config/mep/mep.c
index 3d2dd1d..cf2e7d5 100644
--- a/gcc/config/mep/mep.c
+++ b/gcc/config/mep/mep.c
@@ -7365,11 +7365,11 @@ mep_asm_init_sections (void)
vftext_section
= get_unnamed_section (SECTION_CODE | SECTION_MEP_VLIW, output_section_asm_op,
- "\t.section .vftext,\"axv\"\t.vliw");
+ "\t.section .vftext,\"axv\"\n\t.vliw");
ftext_section
= get_unnamed_section (SECTION_CODE, output_section_asm_op,
- "\t.section .ftext,\"ax\"\t.core");
+ "\t.section .ftext,\"ax\"\n\t.core");
}