From: John David Anglin Date: Thu, 17 Oct 2019 22:44:24 +0000 (+0000) Subject: pa.c (pa_output_indirect_call): Fix typos in last change. X-Git-Tag: releases/gcc-9.3.0~537 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c20217340477b476c4f20775f53da47e42be95;p=thirdparty%2Fgcc.git pa.c (pa_output_indirect_call): Fix typos in last change. * config/pa/pa.c (pa_output_indirect_call): Fix typos in last change. From-SVN: r277136 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index afa2f8df2cc0..7d4bed99ba7b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-10-17 John David Anglin + + * config/pa/pa.c (pa_output_indirect_call): Fix typos in last change. + 2019-10-17 Richard Earnshaw Backport from mainline diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 663ce878fd3c..5784fc076f5a 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -8253,22 +8253,22 @@ pa_output_indirect_call (rtx_insn *insn, rtx call_dest) if (TARGET_NO_SPACE_REGS) { pa_output_arg_descriptor (insn); - output_asm_insn ("bl .+8,%rp\b\t" - "ldo 20(%r2),%r2\n\t" - "extru,<> %r22,30,1,%r0\n\t" - "bv,n %%r0(%r22)\n\t" + output_asm_insn ("bl .+8,%%r2\n\t" + "ldo 20(%%r2),%%r2\n\t" + "extru,<> %%r22,30,1,%%r0\n\t" + "bv,n %%r0(%%r22)\n\t" "ldw -2(%%r22),%%r21\n\t" - "bv %%r0(%r21)\n\t" + "bv %%r0(%%r21)\n\t" "ldw 2(%%r22),%%r19", xoperands); return ""; } if (TARGET_PA_20) { pa_output_arg_descriptor (insn); - output_asm_insn ("bl .+8,%%r2\b\t" + output_asm_insn ("bl .+8,%%r2\n\t" "ldo 24(%%r2),%%r2\n\t" "stw %%r2,-24(%%sp)\n\t" - "extru,<> %r22,30,1,%r0\n\t" + "extru,<> %r22,30,1,%%r0\n\t" "bve,n (%%r22)\n\t" "ldw -2(%%r22),%%r21\n\t" "bve (%%r21)\n\t"