2002-09-20 H.J. Lu * config/tc-mips.c (mips_force_relocation): Don't force relocation for BFD_RELOC_16_PCREL. --- gas/config/tc-mips.c.branch Fri Sep 20 22:23:46 2002 +++ gas/config/tc-mips.c Fri Sep 20 23:07:02 2002 @@ -10697,6 +10697,9 @@ int mips_force_relocation (fixp) fixS *fixp; { + if (fixp->fx_r_type == BFD_RELOC_16_PCREL) + return 0; + if (fixp->fx_r_type == BFD_RELOC_VTABLE_INHERIT || fixp->fx_r_type == BFD_RELOC_VTABLE_ENTRY || S_FORCE_RELOC (fixp->fx_addsy))