diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-12-06 13:34:38 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-12-13 09:02:36 -0800 |
commit | 1bf337caba91963123dcbef48c8364b1e6f9c380 (patch) | |
tree | dd15add1455b8934c6549ea3d9cae0ab3a533e03 /gdb | |
parent | 41daaea2ccaef06fdb648e7f2a3095d8feac2aa5 (diff) | |
download | binutils-1bf337caba91963123dcbef48c8364b1e6f9c380.zip binutils-1bf337caba91963123dcbef48c8364b1e6f9c380.tar.gz binutils-1bf337caba91963123dcbef48c8364b1e6f9c380.tar.bz2 |
gold: Remove BND from 64-bit x86-64 IBT PLT
Since MPX support has been removed from x86-64 psABI, remove BND from
64-bit IBT PLT by using 32-bit IBT PLT.
PR gold/29851
* x86_64.cc (Output_data_plt_x86_64_ibt<32>::first_plt_entry):
Renamed to ...
(Output_data_plt_x86_64_ibt<size>::first_plt_entry): This.
(Output_data_plt_x86_64_ibt<64>::first_plt_entry): Removed.
(Output_data_plt_x86_64_ibt<size>::do_fill_first_plt_entry):
Drop the size == 32 check.
(Output_data_plt_x86_64_ibt<32>::plt_entry): Renamed to ...
(Output_data_plt_x86_64_ibt<size>::plt_entry): This.
(Output_data_plt_x86_64_ibt<64>::plt_entry): Removed.
(Output_data_plt_x86_64_ibt<32>::aplt_entry): Renamed to ...
(Output_data_plt_x86_64_ibt<size>::aplt_entry): This.
(Output_data_plt_x86_64_ibt<64>::aplt_entry): Removed.
(Output_data_plt_x86_64_ibt<size>::do_fill_plt_entry): Drop the
size == 32 check.
(Output_data_plt_x86_64_ibt<size>::fill_aplt_entry): Likewise.
Diffstat (limited to 'gdb')
0 files changed, 0 insertions, 0 deletions