X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-selective%2Fsel-dump.exp;fp=ld%2Ftestsuite%2Fld-selective%2Fsel-dump.exp;h=5003d31bd10a7765ee4d3349b0f5bfd3234655ef;hp=2f6f5de1ab8ce7b261ed17aba5f3e6d2b0f225a0;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/ld/testsuite/ld-selective/sel-dump.exp b/ld/testsuite/ld-selective/sel-dump.exp index 2f6f5de..5003d31 100644 --- a/ld/testsuite/ld-selective/sel-dump.exp +++ b/ld/testsuite/ld-selective/sel-dump.exp @@ -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]] }