* script-sections.h (class Script_sections): Make
commit280bd3dfba1cfce6cd3a5238da91cd1373d6d728
authorIan Lance Taylor <ian@airs.com>
Tue, 12 Oct 2010 19:21:40 +0000 (12 19:21 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 12 Oct 2010 19:21:40 +0000 (12 19:21 +0000)
tree162752edb0a823b7db819efd505a9ba2d631b3e6
parent34ba6fc0cf1a2de8e1d3f131fbdd76ce13d40a6f
* script-sections.h (class Script_sections): Make
Sections_elements typedef public.
* script-sections.cc (class Sort_output_sections): Add elements_
field.  Add constructor which sets it; change all callers.
(Sort_output_sections::is_before): New function.
(Sort_output_sections::operator()): Call is_before.
* configure.ac (NATIVE_OR_CROSS_LINKER): New automake
conditional.
* testsuite/script_test_10.sh: New test. Test script section
order.
* testsuite/script_test_10.t: Likewise.
* testsuite/script_test_10.s: Likewise.
* testsuite/Makefile.am: Wrap the cross linker tests and the
common tests into NATIVE_OR_CROSS_LINKER.
(check_SCRIPTS): Add script_test_10.sh.
(check_DATA): Add script_test_10.stdout.
(script_test_10.o, script_test_10): New targets.
(script_test_10.stdout): New target.
* configure, testsuite/Makefile.in: Regenerate.
gold/ChangeLog
gold/configure
gold/configure.ac
gold/script-sections.cc
gold/script-sections.h
gold/testsuite/Makefile.am
gold/testsuite/Makefile.in
gold/testsuite/script_test_10.s [new file with mode: 0644]
gold/testsuite/script_test_10.sh [new file with mode: 0755]
gold/testsuite/script_test_10.t [new file with mode: 0644]