From: DJ Delorie Date: Fri, 31 Jul 2009 02:34:49 +0000 (-0400) Subject: Fix typo in previous patch. X-Git-Tag: releases/gcc-4.5.0~4248 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da24f9d99abb4e75e0b5bd20c670e262ac540683;p=thirdparty%2Fgcc.git Fix typo in previous patch. From-SVN: r150294 --- diff --git a/gcc/config/mep/mep.c b/gcc/config/mep/mep.c index 3d2dd1dbcd5b..cf2e7d53fc01 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"); }