diff options
Diffstat (limited to 'ld/testsuite/ld-unique/unique.exp')
-rw-r--r-- | ld/testsuite/ld-unique/unique.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/testsuite/ld-unique/unique.exp b/ld/testsuite/ld-unique/unique.exp index 3a4ce22..b092fd5 100644 --- a/ld/testsuite/ld-unique/unique.exp +++ b/ld/testsuite/ld-unique/unique.exp @@ -183,6 +183,7 @@ if { $fails == 0 } { # Check the empty object file. if {! [check_osabi tmpdir/unique_empty.o {UNIX - System V}]} { + setup_xfail hppa*-*-* fail "Object NOT containing unique does not have an OS/ABI field of System V" set fails [expr $fails + 1] } @@ -239,6 +240,7 @@ if { $fails == 0 } { # Check the empty executable linked against unique shared library. if {! [check_osabi tmpdir/unique_shared_prog {UNIX - System V}]} { + setup_xfail hppa*-*-* fail "Executable NOT containing unique does not have an OS/ABI field of System V" set fails [expr $fails + 1] } |