aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2017-02-17 01:00:17 +1030
committerAlan Modra <amodra@gmail.com>2017-02-17 01:43:58 +1030
commit0a4cafcec54579e64b699f4bb11e5bdb21c52869 (patch)
tree4efa0c331c5dba4583fe8d22a00cfe87ab621437
parentce6972168908238be5cb86a92ba016cc5ca0171b (diff)
downloadgdb-0a4cafcec54579e64b699f4bb11e5bdb21c52869.zip
gdb-0a4cafcec54579e64b699f4bb11e5bdb21c52869.tar.gz
gdb-0a4cafcec54579e64b699f4bb11e5bdb21c52869.tar.bz2
xfail two ld-unique tests for hppa
HPPA doesn't use OSABI of SYSV. * testsuite/ld-unique/unique.exp: xfail two tests for hppa.
-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]
}