GC some unused code.

This commit is contained in:
mycroft 1998-12-04 17:35:53 +00:00
parent 9175cc0ddf
commit 21bf4404e6

View File

@ -5278,11 +5278,6 @@ tc_gen_reloc (section, fixp)
}
case BFD_RELOC_32:
if (pic_code && fixp->fx_pcrel == 0 && fixp->fx_addsy != NULL)
{
code = fixp->fx_r_type;
break;
}
if (fixp->fx_pcrel)
{
code = BFD_RELOC_32_PCREL;