From: Ian Lance Taylor Date: Mon, 27 Apr 2009 16:23:57 +0000 (+0000) Subject: * x86_64.cc (do_adjust_output_section): Set entsize to X-Git-Tag: sid-snapshot-20090501~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0481b0b2c6ee1a516f1b3331ecfa3c7229800b4;p=thirdparty%2Fbinutils-gdb.git * x86_64.cc (do_adjust_output_section): Set entsize to plt_entry_size. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index c9a42a854f6..5df876fae86 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2009-04-27 Ian Lance Taylor + + * x86_64.cc (do_adjust_output_section): Set entsize to + plt_entry_size. + 2008-04-23 Elliott Hughes * output.cc (Output_file::close): After short writes, continue diff --git a/gold/x86_64.cc b/gold/x86_64.cc index a486da062c4..611c37ed8d4 100644 --- a/gold/x86_64.cc +++ b/gold/x86_64.cc @@ -601,9 +601,7 @@ Output_data_plt_x86_64::Output_data_plt_x86_64(Layout* layout, void Output_data_plt_x86_64::do_adjust_output_section(Output_section* os) { - // UnixWare sets the entsize of .plt to 4, and so does the old GNU - // linker, and so do we. - os->set_entsize(4); + os->set_entsize(plt_entry_size); } // Add an entry to the PLT.