Revert last change.

From-SVN: r213835
This commit is contained in:
John David Anglin 2014-08-11 19:51:38 +00:00
parent 59f5868d30
commit 31fd809b65
2 changed files with 1 additions and 9 deletions

View File

@ -119,12 +119,6 @@
wk constraints. Make the wy constraint documentation match them
implementation.
2014-08-11 John Dave Anglin <danglin@gcc.gnu.org>
PR target/62038
* config/pa/pa.c (pa_asm_output_mi_thunk): Use a branch with %r31 link
register.
2014-08-11 Mircea Namolaru <mircea.namolaru@inria.fr>
Replacement of isl_int by isl_val

View File

@ -8285,9 +8285,7 @@ pa_asm_output_mi_thunk (FILE *file, tree thunk_fndecl, HOST_WIDE_INT delta,
if (!val_14)
output_asm_insn ("addil L'%2,%%r26", xoperands);
/* An absolute branch without a link register is not considered
a call by GAS. We need a call to get a stub if necessary. */
output_asm_insn ("bl %0,%%r31", xoperands);
output_asm_insn ("b %0", xoperands);
if (val_14)
{