Browse Source

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.

~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
gdb-4_18-branch
Dave Brolley 28 years ago
parent
commit
46530d767a
  1. 2
      gas/config/tc-fr30.c

2
gas/config/tc-fr30.c

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

Loading…
Cancel
Save