aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa.c
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2014-08-11 19:51:38 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2014-08-11 19:51:38 +0000
commit31fd809b65632a5844ff6aa54d6cb073d5718609 (patch)
treeac3b68ab18e6442d9259ae995c72a44c4a418dd4 /gcc/config/pa/pa.c
parent59f5868d30d8ec3379b02db36b31c3fff121d724 (diff)
downloadgcc-31fd809b65632a5844ff6aa54d6cb073d5718609.zip
gcc-31fd809b65632a5844ff6aa54d6cb073d5718609.tar.gz
gcc-31fd809b65632a5844ff6aa54d6cb073d5718609.tar.bz2
Revert last change.
From-SVN: r213835
Diffstat (limited to 'gcc/config/pa/pa.c')
-rw-r--r--gcc/config/pa/pa.c4
1 files changed, 1 insertions, 3 deletions
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)
{