]> gcc.gnu.org Git - gcc.git/commitdiff
(output_function_prlogue): Resotre "rp" after the call to mcount.
authorJeff Law <law@gcc.gnu.org>
Thu, 13 Aug 1992 15:37:16 +0000 (09:37 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 13 Aug 1992 15:37:16 +0000 (09:37 -0600)
From-SVN: r1810

gcc/config/pa/pa.c

index b1eca1df4240d034a88320ab03374835cabbcb9f..1d6af9df360bc4ae0d5c8fd01b63050bb3252797 100644 (file)
@@ -1522,6 +1522,7 @@ output_function_prologue (file, size, leaf_function)
       for (i = 26, arg_offset = -36; i >= 23; i--, arg_offset -= 4)
        if (regs_ever_live[i])
          print_ldw (file, i, arg_offset, 4);
+      print_ldw (file, 2, -20, 4);
     }
 
   /* Normal register save. */
This page took 0.071097 seconds and 5 git commands to generate.