diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/so-indr-cl.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/so-indr-cl.exp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/so-indr-cl.exp b/gdb/testsuite/gdb.base/so-indr-cl.exp index 6847289..d67f160 100644 --- a/gdb/testsuite/gdb.base/so-indr-cl.exp +++ b/gdb/testsuite/gdb.base/so-indr-cl.exp @@ -33,8 +33,9 @@ if ![isnative] then { # that we use HP-UX-specific compiler & linker options to build # the testcase. # -setup_xfail "*-*-*" -clear_xfail "hppa*-*-*hpux*" +if {! [istarget "hppa*-*-*hpux*"] } { + return +} set libfile "solib" set testfile "so-indr-cl" |