diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2003-05-08 13:55:27 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2003-05-08 13:55:27 +0000 |
commit | 6a32c71069679a1b8cd3e38e80390133151e03f7 (patch) | |
tree | 8416b58b12e71be6032775d4b2630273fd9f5728 /bfd/ChangeLog | |
parent | 95b4a16ea50717a379eb806067e854c91da1ecb6 (diff) | |
download | gdb-6a32c71069679a1b8cd3e38e80390133151e03f7.zip gdb-6a32c71069679a1b8cd3e38e80390133151e03f7.tar.gz gdb-6a32c71069679a1b8cd3e38e80390133151e03f7.tar.bz2 |
2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-ia64.c (_bfd_elf_link_hash_hide_symbol): Also clear the
want_plt field.
(elfNN_ia64_relocate_section): Don't do dynamic symbol lookup
for symbols with non-default visibility.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8944e3f..59aba2e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ 2003-05-07 H.J. Lu <hongjiu.lu@intel.com> + * elfxx-ia64.c (_bfd_elf_link_hash_hide_symbol): Also clear the + want_plt field. + (elfNN_ia64_relocate_section): Don't do dynamic symbol lookup + for symbols with non-default visibility. + +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. |