diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-05-03 19:53:20 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-05-03 19:53:20 +0000 |
commit | 7c5fcef7ab6d53fff7cc301cb00b8cb9ea1797fe (patch) | |
tree | 8bc5294454aa84ab53730f88b14c7d8e9698beeb /bfd/ChangeLog | |
parent | f773fdbbd54fd351c6dbcb30d6e4a24c95cc2c8b (diff) | |
download | gdb-7c5fcef7ab6d53fff7cc301cb00b8cb9ea1797fe.zip gdb-7c5fcef7ab6d53fff7cc301cb00b8cb9ea1797fe.tar.gz gdb-7c5fcef7ab6d53fff7cc301cb00b8cb9ea1797fe.tar.bz2 |
2002-05-03 H.J. Lu (hjl@gnu.org)
* elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
(mips_elf_link_hash_newfunc): Initialize forced_local to false.
(mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
to hide a global symbol.
(_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
forced_local to true.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index dc22fe5..92ff160 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2002-05-03 H.J. Lu (hjl@gnu.org) + + * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local. + (mips_elf_link_hash_newfunc): Initialize forced_local to false. + (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol + to hide a global symbol. + (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set + forced_local to true. + 2002-05-02 Richard Henderson <rth@redhat.com> * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs |