HPPA doesn't use OSABI of SYSV.
* testsuite/ld-unique/unique.exp: xfail two tests for hppa.
+2017-02-16 Alan Modra <amodra@gmail.com>
+
+ * testsuite/ld-unique/unique.exp: xfail two tests for hppa.
+
2017-02-16 Alan Modra <amodra@gmail.com>
* testsuite/ld-elf/check-ptr-eq.c (check_ptr_eq): Change params
# 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]
}
# 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]
}