* lib/ld-lib.exp (check_shared_lib_support): Match cris*-*-elf as
authorHans-Peter Nilsson <hp@axis.com>
Tue, 30 Apr 2013 17:19:38 +0000 (17:19 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Tue, 30 Apr 2013 17:19:38 +0000 (17:19 +0000)
a negative pattern instead of cris*-*-*.

ld/testsuite/ChangeLog
ld/testsuite/lib/ld-lib.exp

index b777c96..f6da31f 100644 (file)
@@ -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.
index 4b88093..081f1d9 100644 (file)
@@ -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-*-*]