8
authorGary Thomas <gdt@linuxppc.org>
Sat, 8 Aug 1998 18:22:01 +0000 (12:22 -0600)
committerJeff Law <law@gcc.gnu.org>
Sat, 8 Aug 1998 18:22:01 +0000 (12:22 -0600)
        * rs6000.c (rs6000_allocate_stack_space) Fix typo which
        caused bad assembly code to be generated.

From-SVN: r21638

gcc/config/rs6000/rs6000.c

index 987c3adeabdbe3726d3a64aa72fc2d1ebc1bed03..b23923bc91b4396a734fca92145b5f86c1efd1b1 100644 (file)
@@ -3787,7 +3787,7 @@ rs6000_allocate_stack_space (file, size, copy_r12)
     {
       fprintf (file, "\tmr %s,%s\n", reg_names[12], reg_names[1]);
       if (size < 32767)
-       fprintf (file, "\t{cal|la} %s,%d(%s)\n",
+       asm_fprintf (file, "\t{cal|la} %s,%d(%s)\n",
                 reg_names[1], neg_size, reg_names[1]);
       else
        {