diff options
author | Doug Kwan <dougkwan@google.com> | 2010-09-15 17:39:57 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2010-09-15 17:39:57 +0000 |
commit | 81e015e20a0dc8fda7af87c646b85c7a1f2083b6 (patch) | |
tree | 3d18025df7d854140e15927e0335814363ba3682 /gold/testsuite/script_test_5.t | |
parent | 2eb039095279c4d398fdc04652879a8b0b9f7562 (diff) | |
download | gdb-81e015e20a0dc8fda7af87c646b85c7a1f2083b6.zip gdb-81e015e20a0dc8fda7af87c646b85c7a1f2083b6.tar.gz gdb-81e015e20a0dc8fda7af87c646b85c7a1f2083b6.tar.bz2 |
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.
Diffstat (limited to 'gold/testsuite/script_test_5.t')
-rw-r--r-- | gold/testsuite/script_test_5.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/testsuite/script_test_5.t b/gold/testsuite/script_test_5.t index b5e83aa..fe67c4e 100644 --- a/gold/testsuite/script_test_5.t +++ b/gold/testsuite/script_test_5.t @@ -30,6 +30,9 @@ SECTIONS /* With luck this will be enough to get the program working. */ .interp : { *(.interp) } .text : { *(.text) } + /* Required by the ARM target. */ + .ARM.extab : { *(.ARM.extab*) } + .ARM.exidx : { *(.ARM.exidx*) } . += 0x100000; . = ALIGN(0x100); .dynamic : { *(.dynamic) } |