This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi,
This patch fixes a number of regressions in the test suite. We
need to add special ARM sections .ARM.exidx and .ARM.extab for some of
the section script tests. These special sections are required also by
the GNU ld to link the same tests. For non-ARM targets, the special
sections should be ignored. I also fixed an alignment bug in one of
the test case. I tested this on both x86_64 and ARM. On the x86_64
all tests passed except the memory_test, which was a known issue. On
ARM, all tests passed except the memory tests and the
incremental_test, which were expected to fail.
-Doug
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.
Attachment:
patch-testsuite.txt
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |