diff options
author | Will Newton <will.newton@linaro.org> | 2014-10-23 18:20:27 +0100 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2014-10-30 11:06:43 +0000 |
commit | 62cf91a31e4086abbee7bae5cb1b6d9f5133aaad (patch) | |
tree | 3b57b648b6a9d43ce268e8c9cadee3e269a78884 /ld/testsuite/ChangeLog | |
parent | f803aa8eadb24ea7152057584c47648fb02e4716 (diff) | |
download | gdb-62cf91a31e4086abbee7bae5cb1b6d9f5133aaad.zip gdb-62cf91a31e4086abbee7bae5cb1b6d9f5133aaad.tar.gz gdb-62cf91a31e4086abbee7bae5cb1b6d9f5133aaad.tar.bz2 |
ld/testsuite/ld-unique: Fix running unique tests on ARM
The @ character is a comment character on ARM, so use % instead. Also
use a wider glob for matching ARM targets to make sure the test gets
run.
ld/testsuite/ChangeLog:
2014-10-30 Will Newton <will.newton@linaro.org>
* ld-unique/unique.exp: Use a wider glob for matching ARM
targets.
* ld-unique/unique.s: Use % instead of @ in .type directive.
* ld-unique/unique_shared.s: Likewise.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index d0ab7f5..54afd1c 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2014-10-30 Will Newton <will.newton@linaro.org> + + * ld-unique/unique.exp: Use a wider glob for matching ARM + targets. + * ld-unique/unique.s: Use % instead of @ in .type directive. + * ld-unique/unique_shared.s: Likewise. + 2014-10-24 Tejas Belagod <tejas.belagod@arm.com> * ld-aarch64/aarch64-elf.exp (aarch64elftests): Drive erratum |