aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-selective
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2011-05-13 04:19:18 +0000
committerAlan Modra <amodra@gmail.com>2011-05-13 04:19:18 +0000
commitc9eaa05f39a20ebdd807dcf8141a22e08bb613f1 (patch)
treea012964a3bf61e3ba644bfe0001d35671c4bb107 /ld/testsuite/ld-selective
parent8b0aac0f7b6801533587b69f3d394c2e7e514f67 (diff)
downloadgdb-c9eaa05f39a20ebdd807dcf8141a22e08bb613f1.zip
gdb-c9eaa05f39a20ebdd807dcf8141a22e08bb613f1.tar.gz
gdb-c9eaa05f39a20ebdd807dcf8141a22e08bb613f1.tar.bz2
* ld-elf/flags1.d: Don't xfail tic6x.
* ld-scripts/weak.exp: Correct comments. Don't xfail sh-pe. Remove redundant xfail. * ld-selective/sel-dump.exp: Don't xfail alpha. * ld-selective/selective.exp: Run for alpha. * ld-undefined/weak-undef.exp: Don't xfail hppa64.
Diffstat (limited to 'ld/testsuite/ld-selective')
-rw-r--r--ld/testsuite/ld-selective/sel-dump.exp4
-rw-r--r--ld/testsuite/ld-selective/selective.exp2
2 files changed, 3 insertions, 3 deletions
diff --git a/ld/testsuite/ld-selective/sel-dump.exp b/ld/testsuite/ld-selective/sel-dump.exp
index 5003d31..c78bd6e 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, 2005, 2004, 2007 Free Software Foundation, Inc.
+# Copyright 2002, 2005, 2004, 2007, 2011 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
@@ -28,7 +28,7 @@ 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*-*" "am33*-*" "arc*-*" "d30v*-*" "dlx*-*"
+ setup_xfail "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]]
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp
index 505db65..d4d30ec 100644
--- a/ld/testsuite/ld-selective/selective.exp
+++ b/ld/testsuite/ld-selective/selective.exp
@@ -28,7 +28,7 @@ if ![is_elf_format] {
}
# These targets do not support selective linking
-if {[istarget "alpha*-*-*"] || [istarget "am33*-*-*"] ||
+if {[istarget "am33*-*-*"] ||
[istarget "arc-*-*"] || [istarget "d30v-*-*"] ||
[istarget "dlx-*-*"] || [istarget "hppa*64*-*-*"] ||
[istarget "i370-*-*"] || [istarget "i860-*-*"] ||