Retire: binutils-rhivos-segment-gap.patch.

Resolves: RHEL-60807
This commit is contained in:
Nick Clifton 2025-01-30 09:18:37 +00:00
parent cbd74b3309
commit 7e9bc04f81

View File

@ -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 <nickc@redhat.com> - 2.35.2-62
- Retire: binutils-rhivos-segment-gap.patch. (RHEL-60807)
* Thu Jan 23 2025 Nick Clifton <nickc@redhat.com> - 2.35.2-61
- Add an option to objcopy that creates padding sections that eliminate gaps between segments. (RHEL-60807)