* 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:
Steve Chamberlain 1994-09-13 23:53:52 +00:00
parent 460531dad9
commit 6613462ec3

View file

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