]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo in previous patch.
authorDJ Delorie <dj@gcc.gnu.org>
Fri, 31 Jul 2009 02:34:49 +0000 (22:34 -0400)
committerDJ Delorie <dj@gcc.gnu.org>
Fri, 31 Jul 2009 02:34:49 +0000 (22:34 -0400)
From-SVN: r150294

gcc/config/mep/mep.c

index 3d2dd1dbcd5b6e4d93d1a4c4a51eba1607439b36..cf2e7d53fc011000fbbb25ec08220cf4c3da98db 100644 (file)
@@ -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");
 
 }