2010-09-15 Doug Kwan <dougkwan@google.com>

* gold/testsuite/script_test_3.t: Add ARM special sections.
	* gold/testsuite/script_test_4.t: Same.
	* gold/testsuite/script_test_5.t: Same.
	* gold/testsuite/script_test_6.t: Same.
	* gold/testsuite/script_test_7.t: Same.
	* gold/testsuite/script_test_7.t: Same.
	* gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment.
This commit is contained in:
Doug Kwan
2010-09-15 17:39:57 +00:00
parent 2eb0390952
commit 81e015e20a
7 changed files with 26 additions and 1 deletions

View File

@@ -31,6 +31,9 @@ SECTIONS
.interp : { *(.interp) }
.text : { *(.text .text.*) }
.rodata : { *(.rodata .rodata.*) }
/* Required by the ARM target. */
.ARM.extab : { *(.ARM.extab*) }
.ARM.exidx : { *(.ARM.exidx*) }
. += 0x100000;
. = ALIGN(0x100);
.dynamic : { *(.dynamic) }