From 6d4405bdd4725d630e0400a03a3756e261b350a0 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Feb 10 2016 17:43:16 +0000 Subject: Retire: binutils-2.23.2-aarch64-em.patch Resolves: #1305179 --- diff --git a/binutils.spec b/binutils.spec index 867cbe5..07e7bf3 100644 --- a/binutils.spec +++ b/binutils.spec @@ -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 2.26-10 +- Retire: binutils-2.23.2-aarch64-em.patch + (#1305179) + * Tue Feb 09 2016 Nick Clifton 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.