* script-sections.h (class Script_sections): Make
authorIan Lance Taylor <ian@airs.com>
Tue, 12 Oct 2010 19:21:41 +0000 (19:21 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 12 Oct 2010 19:21:41 +0000 (19:21 +0000)
commiteb3730490ec71b6e8a9d63a0348b40d484041db5
tree35f77a081e9d01a073baecec2ae2e8677d9f0589
parent3cef71791839860d05c8c4246c4e1ce2520b44ca
* 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]
This page took 0.025881 seconds and 4 git commands to generate.