Skip (non-PIC, load offset) visibility tests for the s390x architecture

This commit is contained in:
nick clifton 2025-04-09 13:43:50 +00:00
parent 221735c642
commit f236751ab1

View File

@ -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"