diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-01-18 21:46:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-01-18 21:46:46 +0000 |
commit | 53155af199a516be8cc26189cbf80064f640f8e0 (patch) | |
tree | 8c3c2b900a093acabe23149156d78c84fe91c3b6 /bfd/ChangeLog | |
parent | c6e0f918e231d428ab51b5009096789d8d66bc47 (diff) | |
download | gdb-53155af199a516be8cc26189cbf80064f640f8e0.zip gdb-53155af199a516be8cc26189cbf80064f640f8e0.tar.gz gdb-53155af199a516be8cc26189cbf80064f640f8e0.tar.bz2 |
* aoutx.h (aout_link_add_symbols): Increment sym_hash as well as p
for an indirect or warning symbol.
(aout_link_write_symbols): Update sym_hash with the target of an
indirect symbol. If an indirect symbol is defined, output the
calculated value and don't output the target symbol.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 71136c0..c4f0732 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +Tue Jan 18 16:43:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * aoutx.h (aout_link_add_symbols): Increment sym_hash as well as p + for an indirect or warning symbol. + (aout_link_write_symbols): Update sym_hash with the target of an + indirect symbol. If an indirect symbol is defined, output the + calculated value and don't output the target symbol. + Tue Jan 18 03:54:59 1994 David J. Mackenzie (djm@thepub.cygnus.com) * aoutx.h (translate_from_native_sym_flags): Give warning symbols |