Fix linker testsuite failures for s390x.

Resolves: #2026295
This commit is contained in:
Nick Clifton 2021-11-24 14:04:54 +00:00
parent fa52291ac0
commit 0b7d1fd517
2 changed files with 14 additions and 1 deletions

View File

@ -1205,3 +1205,13 @@ diff -rup binutils.orig/ld/testsuite/ld-powerpc/tlsexe32.r binutils-2.35.1/ld/te
if { [istarget sparc*-*-linux*] && [is_elf64 $tmpdir/mainnp.o] } {
setup_xfail "sparc*-*-linux*"
}
--- binutils.orig/ld/testsuite/ld-elfvsb/elfvsb.exp 2021-11-24 11:18:05.490704207 +0000
+++ binutils-2.35.2/ld/testsuite/ld-elfvsb/elfvsb.exp 2021-11-24 11:20:09.644272756 +0000
@@ -347,6 +347,7 @@ proc visibility_run {visibility} {
|| [ string match $visibility "protected_weak" ]
|| [ string match $visibility "normal" ] } {
setup_xfail "powerpc-*-linux*"
+ setup_xfail "s390x-*-linux*"
if { [istarget sparc*-*-linux*] && [is_elf64 $tmpdir/mainnp.o] } {
setup_xfail "sparc*-*-linux*"
}

View File

@ -39,7 +39,7 @@
Summary: A GNU collection of binary utilities
Name: binutils%{?name_cross}%{?_with_debug:-debug}
Version: 2.35.2
Release: 10%{?dist}
Release: 11%{?dist}
License: GPLv3+
URL: https://sourceware.org/binutils
@ -975,6 +975,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Wed Nov 24 2021 Nick Clifton <nickc@redhat.com> - 2.32.2-11
- Fix linker testsuite failures for s390x. (#2026295)
* Mon Oct 25 2021 Nick Clifton <nickc@redhat.com> - 2.32.2-10
- Add ability to control the display of unicode characters. (#2009190)