From: Sriraman Tallam Date: Thu, 17 Jan 2013 00:00:48 +0000 (+0000) Subject: 2013-01-16 Sriraman Tallam X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a880d4c4d4a102b195c9532f4222f5ad4546878d;p=binutils-gdb.git 2013-01-16 Sriraman Tallam * testsuite/plugin_final_layout.cc: Fix comment. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index 9e998a8d633..46726d0ee3f 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2013-01-16 Sriraman Tallam + + * testsuite/plugin_final_layout.cc: Fix comment. + 2013-01-16 Sriraman Tallam * layout.cc (Layout::layout): Do not do default sorting for diff --git a/gold/testsuite/plugin_final_layout.cc b/gold/testsuite/plugin_final_layout.cc index 88dea30d4b7..169eeefd623 100644 --- a/gold/testsuite/plugin_final_layout.cc +++ b/gold/testsuite/plugin_final_layout.cc @@ -21,7 +21,7 @@ // MA 02110-1301, USA. // The goal of this program is to verify if section ordering -// via plugins happens correctly. Also, test is plugin based ordering +// via plugins happens correctly. Also, test if plugin based ordering // overrides default text section ordering where ".text.hot" sections // are grouped. The plugin does not want foo and baz next to each other. // Plugin section order is foo() followed by bar() and then baz().