Retire: binutils-2.23.2-aarch64-em.patch

Resolves: #1305179
This commit is contained in:
Nick Clifton 2016-02-10 17:43:16 +00:00
parent bf77df855c
commit 6d4405bdd4
1 changed files with 7 additions and 3 deletions

View File

@ -20,7 +20,7 @@
Summary: A GNU collection of binary utilities
Name: %{?cross}binutils%{?_with_debug:-debug}
Version: 2.26
Release: 9%{?dist}
Release: 10%{?dist}
License: GPLv3+
Group: Development/Tools
URL: http://sources.redhat.com/binutils
@ -51,7 +51,7 @@ Patch11: binutils-2.23.52.0.1-addr2line-dynsymtab.patch
# H.J's convoluted kernel building patch.
# Patch12: binutils-2.25-kernel-ld-r.patch
# Correct bug introduced by patch 12
Patch13: binutils-2.23.2-aarch64-em.patch
# Patch13: binutils-2.23.2-aarch64-em.patch
# Fix detections little endian PPC shared libraries
Patch14: binutils-2.24-ldforcele.patch
# Patch15: binutils-2.25.1-plugin-format-checking.patch
@ -176,7 +176,7 @@ using libelf instead of BFD.
%patch10 -p1 -b .no-config-h-check~
%patch11 -p1 -b .addr2line~
# %patch12 -p1 -b .kernel-ld-r~
%patch13 -p1 -b .aarch64~
# %patch13 -p1 -b .aarch64~
%ifarch ppc64le
%patch14 -p1 -b .ldforcele~
%endif
@ -503,6 +503,10 @@ exit 0
%endif # %{isnative}
%changelog
* Wed Feb 10 2016 Nick Clifton <nickc@redhat.com> 2.26-10
- Retire: binutils-2.23.2-aarch64-em.patch
(#1305179)
* Tue Feb 09 2016 Nick Clifton <nickc@redhat.com> 2.26-9
- Fix indentation in bfd/elf64-s390.c, gas/config/tc-ia64.c
and bfd/pe-mips.c to avoid compile time warnings.