diff options
author | Ian Lance Taylor <iant@google.com> | 2007-10-01 23:42:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-10-01 23:42:58 +0000 |
commit | 7bb3655e07c50280b666c5e572e4b127f4746b84 (patch) | |
tree | 2e9288e3d18e050784f7b2f67fc60f314e45c7c8 /gold/i386.cc | |
parent | 89b66d557a843051f262d9e38583c8286dee51b0 (diff) | |
download | gdb-7bb3655e07c50280b666c5e572e4b127f4746b84.zip gdb-7bb3655e07c50280b666c5e572e4b127f4746b84.tar.gz gdb-7bb3655e07c50280b666c5e572e4b127f4746b84.tar.bz2 |
Cleanups from Craig Silverstein.
Diffstat (limited to 'gold/i386.cc')
-rw-r--r-- | gold/i386.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gold/i386.cc b/gold/i386.cc index 54c388b..b041166 100644 --- a/gold/i386.cc +++ b/gold/i386.cc @@ -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) { |