* config/tc-mips.c (tc_gen_reloc): BFD_RELOC_PCREL_HI16_S and

BFD_RELOC_PCREL_LO16 are expected to be PC relative.
This commit is contained in:
Ian Lance Taylor 1996-07-22 18:03:41 +00:00
parent e4024966b2
commit 97aca1bcdf
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Mon Jul 22 14:01:33 1996 Ian Lance Taylor <ian@cygnus.com>
* config/tc-mips.c (tc_gen_reloc): BFD_RELOC_PCREL_HI16_S and
BFD_RELOC_PCREL_LO16 are expected to be PC relative.
Mon Jul 22 12:46:55 1996 Richard Henderson <rth@tamu.edu>
* tc-alpha.c: Patches to track current minimum alignment to reduce

View file

@ -7671,6 +7671,8 @@ tc_gen_reloc (section, fixp)
case BFD_RELOC_16_PCREL:
case BFD_RELOC_32_PCREL:
case BFD_RELOC_16_PCREL_S2:
case BFD_RELOC_PCREL_HI16_S:
case BFD_RELOC_PCREL_LO16:
break;
default:
as_bad_where (fixp->fx_file, fixp->fx_line,