From 7e9bc04f8195fd1401becfc1b1da6e43cb499b52 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 30 Jan 2025 09:18:37 +0000 Subject: [PATCH] Retire: binutils-rhivos-segment-gap.patch. Resolves: RHEL-60807 --- binutils.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/binutils.spec b/binutils.spec index 742734f..a32face 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.35.2 -Release: 61%{?dist} +Release: 62%{?dist} License: GPLv3+ URL: https://sourceware.org/binutils @@ -506,10 +506,6 @@ Patch90: binutils-s390-arch15-gas-tests-fixes.patch # Lifetime: Fixed in 2.44 Patch91: binutils-linker-diagnostic-message.patch -# Purpose: Add option to objcopy to pad segments eliminating gaps. -# Lifetime: Permanent -Patch92: binutils-rhivos-segment-gap.patch - #---------------------------------------------------------------------------- Provides: bundled(libiberty) @@ -1369,6 +1365,9 @@ exit 0 #---------------------------------------------------------------------------- %changelog +* Thu Jan 30 2025 Nick Clifton - 2.35.2-62 +- Retire: binutils-rhivos-segment-gap.patch. (RHEL-60807) + * Thu Jan 23 2025 Nick Clifton - 2.35.2-61 - Add an option to objcopy that creates padding sections that eliminate gaps between segments. (RHEL-60807)