From f236751ab1bce921c16ae49c515d2943ebb95d30 Mon Sep 17 00:00:00 2001 From: nick clifton Date: Wed, 9 Apr 2025 13:43:50 +0000 Subject: [PATCH] Skip (non-PIC, load offset) visibility tests for the s390x architecture --- binutils-testsuite-fixes.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/binutils-testsuite-fixes.patch b/binutils-testsuite-fixes.patch index b865374..4c1f9de 100644 --- a/binutils-testsuite-fixes.patch +++ b/binutils-testsuite-fixes.patch @@ -1086,3 +1086,15 @@ diff -rup bin.orig/ld/testsuite/ld-x86-64/sframe-pltgot-2.d binutils-2.43.50-55e +setup_xfail "i686-*-*" run_srec_test $test2 "tmpdir/sr3.o" + +--- binutils.orig/ld/testsuite/ld-vsb/vsb.exp 2025-04-09 12:33:29.331887733 +0100 ++++ binutils-with-gold-2.44/ld/testsuite/ld-vsb/vsb.exp 2025-04-09 14:40:41.037602647 +0100 +@@ -395,7 +395,7 @@ proc visibility_run {visibility} { + setup_xfail "*-*-beos*" + } + +- if { ![is_xcoff_format] } { ++ if { ![is_xcoff_format] && ![istarget s390*-*-linux*] } { + visibility_test $visibility vnp "visibility ($visibility) (non PIC, load offset)" \ + mainnp.o sh1np.o sh2np.o $datfile \ + "-Wl,-T,$srcdir/$subdir/elf-offset.ld,--hash-style=sysv"