* 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 b777c967fe5f923615f72cf3b1d933cdaf35eba6..f6da31fc06e0af5114a00ac5f80fc0525e65c7f2 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 4b88093eee4e39c4224fa92e5d021178e1927ca9..081f1d907ba42487bc4e47ab2dc90702d4b24c28 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-*-*]