From 3cb4caa6b509dea66946af18718cdf62e53cd222 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 5 Apr 1993 20:09:58 +0000 Subject: [PATCH] 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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 061ef749167..05d2dd09734 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Mon Apr 5 12:07:12 1993 Ian Lance Taylor (ian@cygnus.com) + + * 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. + Sun Apr 4 15:08:48 1993 Steve Chamberlain (sac@thepub.cygnus.com) * coffcode.h (coff_set_section_contents): Don't write out -- 2.30.2