* config/obj-coff.c (do_relocs_for): If TC_KEEP_FX_OFFSET
is defined, put the tx_offset into the r_offset. * config/tc-sh.c (line_comment_chars): Add # (tc_reloc_mangle): Deleted. * config/tc-sh.h (TC_KEEP_FX_OFFSET): Define. (TC_RELOC_MANGLE): Delete.
This commit is contained in:
parent
460531dad9
commit
6613462ec3
1 changed files with 1 additions and 1 deletions
|
@ -1522,7 +1522,7 @@ do_relocs_for (abfd, h, file_cursor)
|
|||
intr.r_vaddr =
|
||||
base + fix_ptr->fx_frag->fr_address + fix_ptr->fx_where;
|
||||
|
||||
#ifdef TC_M88K
|
||||
#if defined(TC_M88K) || TC_KEEP_FX_OFFSET
|
||||
intr.r_offset = fix_ptr->fx_offset;
|
||||
#else
|
||||
intr.r_offset = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue