pa.c (output_call): Put temporary label after the RP adjustment.
authorJeff Law <law@gcc.gnu.org>
Tue, 14 Dec 1993 23:00:41 +0000 (16:00 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 14 Dec 1993 23:00:41 +0000 (16:00 -0700)
        * pa.c (output_call): Put temporary label after the
        RP adjustment.  "- 8" adjustment is no longer necessary.

From-SVN: r6235

gcc/config/pa/pa.c

index 299e3e44e6c627e065688121f7a4185832fc16b3..7fafda7ae2f53b13062a2d2cfb6f8259d1a10b71 100644 (file)
@@ -3800,9 +3800,9 @@ output_call (insn, call_dest, return_pointer)
   else
     {
       xoperands[3] = gen_label_rtx ();
+      output_asm_insn ("\n\tbl %0,%r2\n\tldo %1-%3(%r2),%r2", xoperands);
       ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "L", 
                                 CODE_LABEL_NUMBER (xoperands[3]));
-      output_asm_insn ("\n\tbl %0,%r2\n\tldo %1-%3-8(%r2),%r2", xoperands);
     }
 
   /* Delete the jump.  */