From: Jeff Law Date: Wed, 18 May 1994 15:18:23 +0000 (+0000) Subject: * config/tc-hppa.c (pa_ip): Use R_HPPA_ABS_CALL, not R_HPPA for X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=44e8d616e5e31be743461e21320d0b4bbd8048f2;p=binutils-gdb.git * config/tc-hppa.c (pa_ip): Use R_HPPA_ABS_CALL, not R_HPPA for absolute calls. --- 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; }