]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-selective/sel-dump.exp
Imported binutils-2.20
[msp430-binutils.git] / ld / testsuite / ld-selective / sel-dump.exp
index 2f6f5de1ab8ce7b261ed17aba5f3e6d2b0f225a0..5003d31bd10a7765ee4d3349b0f5bfd3234655ef 100644 (file)
@@ -1,5 +1,5 @@
 # Expect script for ld selective linking tests running run_dump_test
-#   Copyright 2002, 2004, 2007 Free Software Foundation, Inc.
+#   Copyright 2002, 2005, 2004, 2007 Free Software Foundation, Inc.
 #
 # This file is part of the GNU Binutils.
 #
@@ -28,8 +28,8 @@ set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
 for { set i 0 } { $i < [llength $test_list] } { incr i } {
     # We need to strip the ".d", but can leave the dirname.
     verbose [file rootname [lindex $test_list $i]]
-    setup_xfail "alpha*-*" "arc*-*" "d30v*-*" "dlx*-*" "hppa64-*-*"
-    setup_xfail "i370*-*" "i860*-*" "i960*-*" "ia64*-*" "mn10200-*"
-    setup_xfail  "or32-*" "pj-*"
+    setup_xfail "alpha*-*" "am33*-*" "arc*-*" "d30v*-*" "dlx*-*"
+    setup_xfail "hppa*64-*-*" "i370*-*" "i860*-*" "i960*-*" "ia64*-*"
+    setup_xfail "m88*-*" "mn10200-*" "mep-*" "or32-*" "pj-*"
     run_dump_test [file rootname [lindex $test_list $i]]
 }