* config/tc-hppa.c (pa_ip): Use R_HPPA_ABS_CALL, not R_HPPA for

absolute calls.
This commit is contained in:
Jeff Law 1994-05-18 15:18:23 +00:00
parent 673acecaa5
commit 44e8d616e5
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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;
}