From: Jim Wilson Date: Tue, 4 May 1993 00:24:36 +0000 (-0700) Subject: (output_function_profiler): Add missing newlines in strings. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bfc965cf4002fde137b6e299565d0bb1588c55f3;p=gcc.git (output_function_profiler): Add missing newlines in strings. From-SVN: r4317 --- diff --git a/gcc/config/i960/i960.c b/gcc/config/i960/i960.c index 8373b80192d..3a8ebed0a05 100644 --- a/gcc/config/i960/i960.c +++ b/gcc/config/i960/i960.c @@ -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. */