diff options
author | Alan Modra <amodra@gmail.com> | 2012-10-05 00:45:54 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-10-05 00:45:54 +0000 |
commit | 19fec8c1d313c6757a53dc7f09776dc9770ee2ef (patch) | |
tree | e330d3c2414ede0d1e0b37e4bb238811cc6c11e3 /gold/ChangeLog | |
parent | fda1189bbcdf6b9c384bf5befee3e3ff6e647711 (diff) | |
download | gdb-19fec8c1d313c6757a53dc7f09776dc9770ee2ef.zip gdb-19fec8c1d313c6757a53dc7f09776dc9770ee2ef.tar.gz gdb-19fec8c1d313c6757a53dc7f09776dc9770ee2ef.tar.bz2 |
* i386.cc (Output_data_plt_i386::address_for_global,
address_for_local): Add plt offset to returned value. Adjust uses.
* sparc.cc (Output_data_plt_sparc::address_for_global,
address_for_local): Likewise.
* tilegx.cc (Output_data_plt_tilegx::address_for_global,
address_for_local): Likewise.
* x86_64.cc (Output_data_plt_x86_64::address_for_global,
address_for_local): Likewise.
* target.h (Target::plt_address_for_global, plt_address_for_local):
Update comment.
* output.cc (Output_reloc::symbol_value): Don't add plt offset here.
(Output_data_got::Got_entry::write): Nor here.
* output.h: Comment fix.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 125d462..7b3bc92 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,19 @@ +2012-10-05 Alan Modra <amodra@gmail.com> + + * i386.cc (Output_data_plt_i386::address_for_global, + address_for_local): Add plt offset to returned value. Adjust uses. + * sparc.cc (Output_data_plt_sparc::address_for_global, + address_for_local): Likewise. + * tilegx.cc (Output_data_plt_tilegx::address_for_global, + address_for_local): Likewise. + * x86_64.cc (Output_data_plt_x86_64::address_for_global, + address_for_local): Likewise. + * target.h (Target::plt_address_for_global, plt_address_for_local): + Update comment. + * output.cc (Output_reloc::symbol_value): Don't add plt offset here. + (Output_data_got::Got_entry::write): Nor here. + * output.h: Comment fix. + 2012-10-02 Jiong Wang <jiwang@tilera.com> * tilegx.cc (Target_tilegx::do_finalize_sections): Adjust |