diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-04-05 20:09:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-04-05 20:09:58 +0000 |
commit | 3cb4caa6b509dea66946af18718cdf62e53cd222 (patch) | |
tree | 1fba2ab2c9bde3294266db0130ae9b40317c7682 /bfd | |
parent | 367fc8358a408fb55883479997ba96d125b29f7b (diff) | |
download | gdb-3cb4caa6b509dea66946af18718cdf62e53cd222.zip gdb-3cb4caa6b509dea66946af18718cdf62e53cd222.tar.gz gdb-3cb4caa6b509dea66946af18718cdf62e53cd222.tar.bz2 |
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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 061ef74..05d2dd0 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 |