summaryrefslogtreecommitdiff
path: root/gold
diff options
context:
space:
mode:
authorSriraman Tallam <tmsriram@google.com>2013-01-17 00:00:48 +0000
committerSriraman Tallam <tmsriram@google.com>2013-01-17 00:00:48 +0000
commit2991cb3aa24eb4e3dd78a449c51b301dea6cef10 (patch)
tree3d49fbb4570448cb387c731fdc80f781b56eb328 /gold
parentd62eb31aaba3c9c157aef56f68efad9d40f16e5f (diff)
downloadbinutils-redhat-2991cb3aa24eb4e3dd78a449c51b301dea6cef10.tar.gz
2013-01-16 Sriraman Tallam <tmsriram@google.com>
* testsuite/plugin_final_layout.cc: Fix comment.
Diffstat (limited to 'gold')
-rw-r--r--gold/ChangeLog4
-rw-r--r--gold/testsuite/plugin_final_layout.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 9e998a8d63..46726d0ee3 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,9 @@
2013-01-16 Sriraman Tallam <tmsriram@google.com>
+ * testsuite/plugin_final_layout.cc: Fix comment.
+
+2013-01-16 Sriraman Tallam <tmsriram@google.com>
+
* layout.cc (Layout::layout): Do not do default sorting for
text sections when section ordering is specified.
(make_output_section): Ditto.
diff --git a/gold/testsuite/plugin_final_layout.cc b/gold/testsuite/plugin_final_layout.cc
index 88dea30d4b..169eeefd62 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().