Thu Nov 26 11:23:48 1998 Dave Brolley <brolley@cygnus.com>

* config/tc-fr30.c (md_pcrel_from_section): Restore previous calculation
	of pcrel point.

~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
This commit is contained in:
Dave Brolley 1998-11-26 16:25:34 +00:00
parent 3f298868ce
commit 46530d767a

View File

@ -424,7 +424,7 @@ md_pcrel_from_section (fixP, sec)
return 0;
}
return (fixP->fx_frag->fr_address + fixP->fx_where + 2) & ~1;
return (fixP->fx_frag->fr_address + fixP->fx_where) & ~1;
}
/* Return the bfd reloc type for OPERAND of INSN at fixup FIXP.