Even more hppa testsuite patches.

This commit is contained in:
Alan Modra
2000-07-10 17:02:16 +00:00
parent e0e338392e
commit 36a3dc5119
5 changed files with 24 additions and 2 deletions

View File

@ -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