diff --git a/binutils.spec b/binutils.spec index 4314476..e2dd2f8 100644 --- a/binutils.spec +++ b/binutils.spec @@ -2,7 +2,7 @@ Summary: A GNU collection of binary utilities Name: binutils%{?_with_debug:-debug} Version: 2.41 -Release: 37%{?dist} +Release: 38%{?dist} License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later URL: https://sourceware.org/binutils @@ -335,6 +335,10 @@ Patch38: binutils-Intel-APX-part-1-fixes.patch # Lifetime: Fixed in 2.42 Patch39: binutils-multilib.am.patch +# Purpose: Add --section-ordering-file option to the BFD linker. +# Lifetime: Fixed in 2.43 +Patch40: binutils-section-ordering.patch + # Purpose: Suppress the x86 linker's p_align-1 tests due to kernel bug on CentOS-10 # Lifetime: TEMPORARY Patch99: binutils-suppress-ld-align-tests.patch @@ -1370,8 +1374,8 @@ exit 0 #---------------------------------------------------------------------------- %changelog -* Mon May 13 2024 Nick Clifton - 2.41-37 -- Add section-ordering patch to bfd linker. (PTG-287) +* Mon May 20 2024 Nick Clifton - 2.41-38 +- Add section-ordering patch to bfd linker. (RHEL-36305) * Tue Apr 02 2024 Nick Clifton - 2.41-36 - Fix verification of ld.bfd installation. (RHEL-30887)