diff options
author | Vladimir Radosavljevic <Vladimir.Radosavljevic@imgtec.com> | 2017-01-23 17:12:10 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2017-01-23 17:12:10 -0800 |
commit | c1f59f8ff9462ce45a3287ea06382a97e561fed3 (patch) | |
tree | 1beae8d102f1df23e92c1808b8737d3d2bd9429d /gold/ChangeLog | |
parent | c780b47c74872da62b5b5dfcbfe8c3db1631f981 (diff) | |
download | gdb-c1f59f8ff9462ce45a3287ea06382a97e561fed3.zip gdb-c1f59f8ff9462ce45a3287ea06382a97e561fed3.tar.gz gdb-c1f59f8ff9462ce45a3287ea06382a97e561fed3.tar.bz2 |
Fix MIPS GOT when global symbols are forced to local visibility.
gold/
PR gold/21054
* mips.cc (Mips_got_info::record_global_got_symbol): Don't add symbol
to the dynamic symbol table if it is forced to local visibility.
(Target_mips::do_finalize_sections): Don't add __RLD_MAP symbol to the
dynamic symbol table if it is forced to local visibility.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index b357d88..c074564 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,11 @@ +2017-01-23 Vladimir Radosavljevic <Vladimir.Radosavljevic@imgtec.com> + + PR gold/21054 + * mips.cc (Mips_got_info::record_global_got_symbol): Don't add symbol + to the dynamic symbol table if it is forced to local visibility. + (Target_mips::do_finalize_sections): Don't add __RLD_MAP symbol to the + dynamic symbol table if it is forced to local visibility. + 2017-01-20 Nick Clifton <nickc@redhat.com> * aarch64.cc (Stub_template_repertoire): Change ST_E_835769_INSNS |