diff options
author | Vladimir Radosavljevic <Vladimir.Radosavljevic@imgtec.com> | 2017-01-23 17:18:00 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2017-01-23 17:18:00 -0800 |
commit | 04bc2a285435a82c45e3417906374307eafacd90 (patch) | |
tree | 1d915b194a23603b21338d4fa1a3dbd89c20aa99 /gold/ChangeLog | |
parent | c1f59f8ff9462ce45a3287ea06382a97e561fed3 (diff) | |
download | gdb-04bc2a285435a82c45e3417906374307eafacd90.zip gdb-04bc2a285435a82c45e3417906374307eafacd90.tar.gz gdb-04bc2a285435a82c45e3417906374307eafacd90.tar.bz2 |
Make the sh_info field of .rel.plt point to .plt (MIPS).
gold/
* mips.cc (Mips_output_data_plt::rel_plt): Remove const from return
type.
(Target_mips::make_plt_entry): Make the sh_info field of .rel.plt
point to .plt.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index c074564..d98ff0b 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,12 @@ 2017-01-23 Vladimir Radosavljevic <Vladimir.Radosavljevic@imgtec.com> + * mips.cc (Mips_output_data_plt::rel_plt): Remove const from return + type. + (Target_mips::make_plt_entry): Make the sh_info field of .rel.plt + point to .plt. + +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. |