OSDN Git Service

Fix typo in previous patch.
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Jul 2009 02:34:49 +0000 (02:34 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Jul 2009 02:34:49 +0000 (02:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150294 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/mep/mep.c

index 3d2dd1d..cf2e7d5 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");
 
 }