diff options
author | Sriraman Tallam <tmsriram@google.com> | 2013-01-17 00:00:48 +0000 |
---|---|---|
committer | Sriraman Tallam <tmsriram@google.com> | 2013-01-17 00:00:48 +0000 |
commit | a880d4c4d4a102b195c9532f4222f5ad4546878d (patch) | |
tree | e4601a61e2b05f204626509025a4abf2976680da /gold | |
parent | e46c088e6b433a2f5eeb434cbfeb0075b9cb2890 (diff) | |
download | gdb-a880d4c4d4a102b195c9532f4222f5ad4546878d.zip gdb-a880d4c4d4a102b195c9532f4222f5ad4546878d.tar.gz gdb-a880d4c4d4a102b195c9532f4222f5ad4546878d.tar.bz2 |
2013-01-16 Sriraman Tallam <tmsriram@google.com>
* testsuite/plugin_final_layout.cc: Fix comment.
Diffstat (limited to 'gold')
-rw-r--r-- | gold/ChangeLog | 4 | ||||
-rw-r--r-- | gold/testsuite/plugin_final_layout.cc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 9e998a8..46726d0 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 88dea30..169eeef 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(). |