Commit da24f9d9 by DJ Delorie

Fix typo in previous patch.

From-SVN: r150294
parent 8e74b397
......@@ -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");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment