aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/testsuite/ld-unique/unique.exp2
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index c5c5583..a4fd465 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,9 @@
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
from void pointers to function pointers.
* testsuite/ld-elf/pr18718.c: Update to suit.
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]
}