diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-05-01 09:00:14 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-05-01 09:00:27 -0700 |
commit | 48bc218262da3784dd5258b774832d6b36afcf93 (patch) | |
tree | b5bad0b9fe86517bd7f618014e8ce5551e4e1538 /gold/ChangeLog | |
parent | e977e74712cf8df6ff44ead0a5c0ffd3cb9aa065 (diff) | |
download | gdb-48bc218262da3784dd5258b774832d6b36afcf93.zip gdb-48bc218262da3784dd5258b774832d6b36afcf93.tar.gz gdb-48bc218262da3784dd5258b774832d6b36afcf93.tar.bz2 |
gold: Increment plt_offset after setting TLSDESC PLT entry
Increment plt_offset after setting the reserved TLSDESC PLT entry.
PR gold/25872
* x86_64.cc (Output_data_plt_x86_64_bnd::do_write): Increment
plt_offset after setting the reserved TLSDESC PLT entry.
(Output_data_plt_x86_64_ibt<size>::do_write): Likewise.
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 cc62a3e..c1cee52 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,6 +1,13 @@ 2020-05-01 H.J. Lu <hongjiu.lu@intel.com> PR gold/25872 + * x86_64.cc (Output_data_plt_x86_64_bnd::do_write): Increment + plt_offset after setting the reserved TLSDESC PLT entry. + (Output_data_plt_x86_64_ibt<size>::do_write): Likewise. + +2020-05-01 H.J. Lu <hongjiu.lu@intel.com> + + PR gold/25872 * x86_64.cc (Output_data_plt_x86_64_bnd::do_address_for_local): Handle local IFUNC symbol. (Output_data_plt_x86_64_ibt::do_address_for_local): Likewise. |