ld/testsuite/ld-unique: Fix running unique tests on ARM
authorWill Newton <will.newton@linaro.org>
Thu, 23 Oct 2014 17:20:27 +0000 (18:20 +0100)
committerWill Newton <will.newton@linaro.org>
Thu, 30 Oct 2014 11:06:43 +0000 (11:06 +0000)
commit62cf91a31e4086abbee7bae5cb1b6d9f5133aaad
tree3b57b648b6a9d43ce268e8c9cadee3e269a78884
parentf803aa8eadb24ea7152057584c47648fb02e4716
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.
ld/testsuite/ChangeLog
ld/testsuite/ld-unique/unique.exp
ld/testsuite/ld-unique/unique.s
ld/testsuite/ld-unique/unique_shared.s
This page took 0.02716 seconds and 4 git commands to generate.