* ld-elf/exclude.exp: Don't run for cris-*-elf.
authorHans-Peter Nilsson <hp@axis.com>
Tue, 19 Oct 2004 05:02:49 +0000 (05:02 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Tue, 19 Oct 2004 05:02:49 +0000 (05:02 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-elf/exclude.exp

index dfe0e7a..34fa6ea 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-19  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * ld-elf/exclude.exp: Don't run for cris-*-elf.
+
 2004-10-16  Daniel Jacobowitz  <dan@debian.org>
 
        * ld-elf/exclude1.s, ld-elf/exclude2.s, ld-elf/exclude.exp: New.
index ffe6b02..6d7df1c 100644 (file)
@@ -23,8 +23,8 @@ if ![is_elf_format] {
     return
 }
 
-# No shared lib support on this target.
-if { [istarget "mcore-*-*"] } {
+# No shared lib support on these targets.
+if { [istarget "mcore-*-*"] || [istarget "cris-*-elf"] } {
     return
 }