aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-05-18 15:18:23 +0000
committerJeff Law <law@redhat.com>1994-05-18 15:18:23 +0000
commit44e8d616e5e31be743461e21320d0b4bbd8048f2 (patch)
tree1f7f451f01f9012d9268623406cdbaae14629611 /gas
parent673acecaa5f397c4e44538689b1426c6f88723d7 (diff)
downloadgdb-44e8d616e5e31be743461e21320d0b4bbd8048f2.zip
gdb-44e8d616e5e31be743461e21320d0b4bbd8048f2.tar.gz
gdb-44e8d616e5e31be743461e21320d0b4bbd8048f2.tar.bz2
* config/tc-hppa.c (pa_ip): Use R_HPPA_ABS_CALL, not R_HPPA for
absolute calls.
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;
}