This makes ld -r work for i386-coff targets.
authorIan Lance Taylor <ian@airs.com>
Mon, 5 Apr 1993 20:09:58 +0000 (20:09 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 5 Apr 1993 20:09:58 +0000 (20:09 +0000)
commit3cb4caa6b509dea66946af18718cdf62e53cd222
tree1fba2ab2c9bde3294266db0130ae9b40317c7682
parent367fc8358a408fb55883479997ba96d125b29f7b
This makes ld -r work for i386-coff targets.

* coff-i386.c (coff_i386_reloc): New function, to generate
relocateable output correctly.
(howto_table): Use coff_i386_reloc for all reloc types.
(CALC_ADDEND): Use a more efficient hack to get the correct addend
for a common symbol.
(i386comm_value): Removed; no longer needed.
bfd/ChangeLog