From 6a90621ac3c838f695d66bd9ce1f7fa2c8db6dcf Mon Sep 17 00:00:00 2001 From: danglin Date: Mon, 11 Aug 2014 19:51:38 +0000 Subject: [PATCH] Revert last change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213835 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 ------ gcc/config/pa/pa.c | 4 +--- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 15555c6..da93817 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -119,12 +119,6 @@ wk constraints. Make the wy constraint documentation match them implementation. -2014-08-11 John Dave Anglin - - PR target/62038 - * config/pa/pa.c (pa_asm_output_mi_thunk): Use a branch with %r31 link - register. - 2014-08-11 Mircea Namolaru Replacement of isl_int by isl_val diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 00084ab..d52d52f 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -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) { -- 2.7.4