diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-04-30 16:13:26 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-04-30 16:13:26 +0000 |
commit | 5fba655aed6c897750c2a9c88467b1691b8ec481 (patch) | |
tree | 5f3ea805408b8b31de47495c6407a9483ad9defb /bfd/ChangeLog | |
parent | db20fd76547e0c6e7f73969bbeec15e3d83a182e (diff) | |
download | gdb-5fba655aed6c897750c2a9c88467b1691b8ec481.zip gdb-5fba655aed6c897750c2a9c88467b1691b8ec481.tar.gz gdb-5fba655aed6c897750c2a9c88467b1691b8ec481.tar.bz2 |
2000-04-27 H.J. Lu <hjl@gnu.org>
* elf.c (_bfd_elf_link_hash_hide_symbol): Set dynindx to -1
only for ELF_LINK_FORCED_LOCAL.
* elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
* elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise.
* elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
* elflink.h (elf_fix_symbol_flags): Set ELF_LINK_FORCED_LOCAL
if the symbol has hidden or internal visibility.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index eebb8fa..8e6ab54 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +2001-04-30 H.J. Lu <hjl@gnu.org> + + * elf.c (_bfd_elf_link_hash_hide_symbol): Set dynindx to -1 + only for ELF_LINK_FORCED_LOCAL. + * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise. + * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise. + * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise. + + * elflink.h (elf_fix_symbol_flags): Set ELF_LINK_FORCED_LOCAL + if the symbol has hidden or internal visibility. + 2001-04-30 Alan Modra <amodra@one.net.au> * elf32-hppa.c (final_link_relocate): Branch to .+8 for |