From 44e8d616e5e31be743461e21320d0b4bbd8048f2 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 18 May 1994 15:18:23 +0000 Subject: [PATCH] * config/tc-hppa.c (pa_ip): Use R_HPPA_ABS_CALL, not R_HPPA for absolute calls. --- gas/ChangeLog | 5 +++++ gas/config/tc-hppa.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 0d6fc7d0a87..28fd55d3058 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 c90649c93cd..dc4c2742f46 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; } -- 2.30.2