mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-20 01:21:02 +00:00
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:
parent
3f298868ce
commit
46530d767a
@ -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…
x
Reference in New Issue
Block a user