aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/tc-hppa.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0d6fc7d..28fd55d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 18 09:16:36 1994 Jeff Law (law@snake.cs.utah.edu)
+
+ * config/tc-hppa.c (pa_ip): Use R_HPPA_ABS_CALL, not R_HPPA for
+ absolute calls.
+
Tue May 17 12:50:46 1994 Jeff Law (law@snake.cs.utah.edu)
* config/tc-hppa.c (pa_parse_fp_cmp_cond): Report an error
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;
}