diff options
author | Sriraman Tallam <tmsriram@google.com> | 2013-01-16 22:47:14 +0000 |
---|---|---|
committer | Sriraman Tallam <tmsriram@google.com> | 2013-01-16 22:47:14 +0000 |
commit | 7c381248b302a5290a3f7a240a2cfe14181d7e24 (patch) | |
tree | e55f6bc22d214f59b4a6b19ce27364d4dbb485d4 /gold/ChangeLog | |
parent | 6a3e1baeae1ce25cc959d53a84925074a97deef9 (diff) | |
download | gdb-7c381248b302a5290a3f7a240a2cfe14181d7e24.zip gdb-7c381248b302a5290a3f7a240a2cfe14181d7e24.tar.gz gdb-7c381248b302a5290a3f7a240a2cfe14181d7e24.tar.bz2 |
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.
* testsuite/plugin_final_layout.cc: Name the function sections
to catch reordering issues.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index f5969f0..9e998a8 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,11 @@ +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. + * testsuite/plugin_final_layout.cc: Name the function sections + to catch reordering issues. + 2013-01-15 Alan Modra <amodra@gmail.com> * powerpc.cc (Target_powerpc::do_relax): Default shared libs to |