diff options
author | Cary Coutant <ccoutant@gmail.com> | 2016-12-12 18:51:29 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2016-12-12 18:52:44 -0800 |
commit | bfbf34de2f27672282d4fa4c0916cc41890dcc6c (patch) | |
tree | 8000687927ea911cc49c035dce75659aab3bbbdf /gold/ChangeLog | |
parent | d81222d3863037a90e0402cf438f7e45600feea2 (diff) | |
download | gdb-bfbf34de2f27672282d4fa4c0916cc41890dcc6c.zip gdb-bfbf34de2f27672282d4fa4c0916cc41890dcc6c.tar.gz gdb-bfbf34de2f27672282d4fa4c0916cc41890dcc6c.tar.bz2 |
When using linker scripts, place linker-generated sections by the output section name.
2016-12-12 Igor Kudrin <ikudrin@accesssoftek.com>
Cary Coutant <ccoutant@gmail.com>
gold/
PR gold/14676
* script-sections.cc (Output_section_definition::output_section_name):
For linker-generated sections, compare with output section name.
* testsuite/Makefile.am (script_test_13): New test.
* testsuite/Makefile.in: Regenerate.
* testsuite/script_test_13.c: New source file.
* testsuite/script_test_13.sh: New script.
* testsuite/script_test_13.t: New linker script.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index aeec389..e0ce513 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,15 @@ +2016-12-12 Igor Kudrin <ikudrin@accesssoftek.com> + Cary Coutant <ccoutant@gmail.com> + + PR gold/14676 + * script-sections.cc (Output_section_definition::output_section_name): + For linker-generated sections, compare with output section name. + * testsuite/Makefile.am (script_test_13): New test. + * testsuite/Makefile.in: Regenerate. + * testsuite/script_test_13.c: New source file. + * testsuite/script_test_13.sh: New script. + * testsuite/script_test_13.t: New linker script. + 2016-12-12 Cary Coutant <ccoutant@gmail.com> * script-sections.cc (Orphan_section_placement::update_last_alloc): |