Restore the .note.build-id section placement patch.

Resolves: #2331487
This commit is contained in:
Nick Clifton 2024-12-13 13:41:22 +00:00
parent 056dc6ee1d
commit 8db331e7cb

View File

@ -7,7 +7,7 @@ Name: binutils%{?_with_debug:-debug}
# The variable %%{source} (see below) should be set to indicate which of these
# origins is being used.
Version: 2.43.1
Release: 4%{?dist}
Release: 5%{?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
@ -312,6 +312,10 @@ Patch20: binutils-fix-ar-test.patch
# Lifetime: Fixed in 2.44
Patch21: binutils-ppc64-TLS-no_plt-optimization-bug.patch
# Purpose: Place the .build-id section near the ELF headers
# Lifetime: Fixed in 2.44
Patch22: binutils-linker-script-build-id-placement.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,6 +1374,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Fri Dec 13 2024 Björn Esser <besser82@fedoraproject.org> - 2.43.1-5
- Restore the .note.build-id section placement patch. (#2331487)
* Tue Nov 26 2024 Björn Esser <besser82@fedoraproject.org> - 2.43.1-4
- Fix ppc64 TLS optimization bug with -fno-plt code. (#2324491)