Fix various problems with Power10 support.

This commit is contained in:
Nick Clifton 2020-10-08 17:08:25 +01:00
parent a04d2461fb
commit 2592e35890
2 changed files with 5933 additions and 1 deletions

5925
binutils-Power10-fixes.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Summary: A GNU collection of binary utilities Summary: A GNU collection of binary utilities
Name: %{?cross}binutils%{?_with_debug:-debug} Name: %{?cross}binutils%{?_with_debug:-debug}
Version: 2.35.1 Version: 2.35.1
Release: 3%{?dist} Release: 4%{?dist}
License: GPLv3+ License: GPLv3+
URL: https://sourceware.org/binutils URL: https://sourceware.org/binutils
@ -242,6 +242,10 @@ Patch26: binutils-ppc-annobin-disassembly.patch
# Lifetime: Fixed in 2.36 # Lifetime: Fixed in 2.36
Patch27: binutils-strip-merge.patch Patch27: binutils-strip-merge.patch
# Purpose: Fix various problems with the PowerPC arch10 extensions.
# Lifetime: Fixed in 2.36
Patch28: binutils-Power10-fixes.patch
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
Provides: bundled(libiberty) Provides: bundled(libiberty)
@ -815,6 +819,9 @@ exit 0
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
%changelog %changelog
* Thu Oct 08 2020 Nick Clifton <nickc@redhat.com> - 2.35.1-4
- Fix various problems with Power10 support.
* Tue Oct 06 2020 Nick Clifton <nickc@redhat.com> - 2.35.1-3 * Tue Oct 06 2020 Nick Clifton <nickc@redhat.com> - 2.35.1-3
- Fix strip when merging multiple same-named sections. (#1885607) - Fix strip when merging multiple same-named sections. (#1885607)