aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-selective
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-07-10 17:02:16 +0000
committerAlan Modra <amodra@gmail.com>2000-07-10 17:02:16 +0000
commit36a3dc51192b775f628fe5f2d95863af6d164dfc (patch)
tree2345f9f623e2d5ce5cd437758b1f2033cead925c /ld/testsuite/ld-selective
parente0e338392edde37519408aaf5b8a770a026b4c5d (diff)
downloadgdb-36a3dc51192b775f628fe5f2d95863af6d164dfc.zip
gdb-36a3dc51192b775f628fe5f2d95863af6d164dfc.tar.gz
gdb-36a3dc51192b775f628fe5f2d95863af6d164dfc.tar.bz2
Even more hppa testsuite patches.
Diffstat (limited to 'ld/testsuite/ld-selective')
-rw-r--r--ld/testsuite/ld-selective/selective.exp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp
index 20b3a12..75b5586 100644
--- a/ld/testsuite/ld-selective/selective.exp
+++ b/ld/testsuite/ld-selective/selective.exp
@@ -46,6 +46,8 @@ if { [which $CXX] == 0 } {
return
}
+setup_xfail "hppa*-*-*"
+
if { ![ld_compile "$CC $cflags" $srcdir/$subdir/1.c tmpdir/1.o]} {
unresolved $test1
return
@@ -73,6 +75,8 @@ if ![ld_simple_link $ld tmpdir/1.x "$ldflags tmpdir/1.o"] {
}
}
+setup_xfail "hppa*-*-*"
+
if { ![ld_compile "$CC $cflags" $srcdir/$subdir/2.c tmpdir/2.o]} {
unresolved $test2
return