aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-hppa.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-hppa.c')
-rw-r--r--gas/config/tc-hppa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c
index c90649c..dc4c274 100644
--- a/gas/config/tc-hppa.c
+++ b/gas/config/tc-hppa.c
@@ -2191,7 +2191,7 @@ pa_ip (str)
}
else
{
- the_insn.reloc = R_HPPA;
+ the_insn.reloc = R_HPPA_ABS_CALL;
the_insn.format = 17;
continue;
}