summaryrefslogtreecommitdiffstats
path: root/ld
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2013-04-30 17:19:38 +0000
committerHans-Peter Nilsson <hp@axis.com>2013-04-30 17:19:38 +0000
commit5220199df0e9cb61b3d6742cefc1b9176f8c8472 (patch)
tree02075e1b6575383d334a6cfb643af85dda42c5e5 /ld
parentee83b8a6c7891a9874af95d57ea0feaeb8aef5fa (diff)
downloadppe42-binutils-5220199df0e9cb61b3d6742cefc1b9176f8c8472.tar.gz
ppe42-binutils-5220199df0e9cb61b3d6742cefc1b9176f8c8472.zip
* lib/ld-lib.exp (check_shared_lib_support): Match cris*-*-elf as
a negative pattern instead of cris*-*-*.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ChangeLog5
-rw-r--r--ld/testsuite/lib/ld-lib.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index b777c967fe..f6da31fc06 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-30 Hans-Peter Nilsson <hp@axis.com>
+
+ * lib/ld-lib.exp (check_shared_lib_support): Match cris*-*-elf as
+ a negative pattern instead of cris*-*-*.
+
2013-04-30 Will Newton <will.newton@linaro.org>
* ld-arm/arm-elf.exp: Use linker script for IFUNC test 17.
diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp
index 4b88093eee..081f1d907b 100644
--- a/ld/testsuite/lib/ld-lib.exp
+++ b/ld/testsuite/lib/ld-lib.exp
@@ -1565,7 +1565,7 @@ proc check_shared_lib_support { } {
&& ![istarget arm*-*-elf]
&& ![istarget avr-*-*]
&& ![istarget cr16-*-*]
- && ![istarget cris*-*-*]
+ && ![istarget cris*-*-elf]
&& ![istarget crx-*-*]
&& ![istarget d10v-*-*]
&& ![istarget d30v-*-*]
OpenPOWER on IntegriCloud