mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
Cleanups from Craig Silverstein.
This commit is contained in:
@ -199,7 +199,7 @@ class Target_i386 : public Sized_target<32, false>
|
||||
make_plt_entry(Symbol_table*, Layout*, Symbol*);
|
||||
|
||||
// Get the PLT section.
|
||||
Output_data_plt_i386*
|
||||
const Output_data_plt_i386*
|
||||
plt_section() const
|
||||
{
|
||||
gold_assert(this->plt_ != NULL);
|
||||
@ -370,8 +370,6 @@ Output_data_plt_i386::Output_data_plt_i386(Layout* layout,
|
||||
elfcpp::SHF_ALLOC, this->rel_);
|
||||
}
|
||||
|
||||
// For some reason
|
||||
|
||||
void
|
||||
Output_data_plt_i386::do_adjust_output_section(Output_section* os)
|
||||
{
|
||||
|
Reference in New Issue
Block a user