]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
xfail two ld-unique tests for hppa
authorAlan Modra <amodra@gmail.com>
Thu, 16 Feb 2017 14:30:17 +0000 (01:00 +1030)
committerAlan Modra <amodra@gmail.com>
Thu, 16 Feb 2017 15:13:58 +0000 (01:43 +1030)
HPPA doesn't use OSABI of SYSV.

* testsuite/ld-unique/unique.exp: xfail two tests for hppa.

ld/ChangeLog
ld/testsuite/ld-unique/unique.exp

index c5c55833aa6bc526189091bee29fecf55126ea35..a4fd4654ccc68a8c2b65763556f5a9cd8f85f955 100644 (file)
@@ -1,3 +1,7 @@
+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
index 3a4ce2272f34afebe8975a8f3e914f5e453ca234..b092fd53fde434d6de3803fc6ee8fd17d8365e62 100644 (file)
@@ -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]
 }