diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2003-05-08 05:11:57 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2003-05-08 05:11:57 +0000 |
commit | 715529421b0901da14f18acc61c79856dfe96359 (patch) | |
tree | 8623eb094e36e7c9cc40abd7d61bbd3e088b4f3d /bfd/ChangeLog | |
parent | 0ae911fecd61c0c5cc0513d6d6a8af4dcf8ccbd0 (diff) | |
download | gdb-715529421b0901da14f18acc61c79856dfe96359.zip gdb-715529421b0901da14f18acc61c79856dfe96359.tar.gz gdb-715529421b0901da14f18acc61c79856dfe96359.tar.bz2 |
2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
* elflink.h (elf_link_check_versioned_symbol): Also handle the
case that a DSO references a hidden symbol which may be
satisfied by a versioned symbol in another DSO.
(elf_link_output_extsym): Check versioned definition for hidden
symbol referenced by a DSO.
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 5767cdf..8944e3f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2003-05-07 H.J. Lu <hongjiu.lu@intel.com> + + * elflink.h (elf_link_check_versioned_symbol): Also handle the + case that a DSO references a hidden symbol which may be + satisfied by a versioned symbol in another DSO. + (elf_link_output_extsym): Check versioned definition for hidden + symbol referenced by a DSO. + 2003-05-07 Nick Clifton <nickc@redhat.com> * elf32-xstormy16.c (xstormy16_elf_howto_table): Reset |