(output_function_profiler): Add missing newlines in strings.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 4 May 1993 00:24:36 +0000 (17:24 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 4 May 1993 00:24:36 +0000 (17:24 -0700)
From-SVN: r4317

gcc/config/i960/i960.c

index 8373b80192d1f660737bf351caf4f164bbabf627..3a8ebed0a056f0b3c13dd42b2bb7ccad9db6a2fb 100644 (file)
@@ -1193,7 +1193,7 @@ output_function_profiler (file, labelno)
      set it to zero.  */
 
   if (current_function_args_size != 0)
-    fprintf (file, "\tmov      g14,r3\n\tmov   0,g14");
+    fprintf (file, "\tmov      g14,r3\n\tmov   0,g14\n");
 
   /* Load location address into g0 and call mcount.  */
 
@@ -1202,7 +1202,7 @@ output_function_profiler (file, labelno)
   /* If this function uses the arg pointer, restore it.  */
 
   if (current_function_args_size != 0)
-    fprintf (file, "\tmov      r3,g14");
+    fprintf (file, "\tmov      r3,g14\n");
 
   /* Restore parameter registers.  */