Add support for RELR relocs to the AArch64 target.

Resolves: RHEL-31846
This commit is contained in:
Nick Clifton 2024-05-31 13:18:28 +01:00
parent e842944e76
commit a1b3c25c07
2 changed files with 3281 additions and 1 deletions

3273
binutils-aarch64-RELR.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Summary: A GNU collection of binary utilities
Name: binutils%{?_with_debug:-debug}
Version: 2.41
Release: 40%{?dist}
Release: 41%{?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
@ -339,6 +339,10 @@ Patch39: binutils-multilib.am.patch
# Lifetime: Fixed in 2.43
Patch40: binutils-section-ordering.patch
# Purpose: Add --section-ordering-file option to the BFD linker.
# Lifetime: Fixed in 2.43
Patch41: binutils-aarch64-RELR.patch
# Purpose: Suppress the assembler's comment test as it fails - intermitantly - for RHEL-10
# Lifetime: TEMPORARY
Patch98: binutils-suppress-gas-comment-test.patch
@ -1378,6 +1382,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Fri May 31 2024 Nick Clifton <nickc@redhat.com> - 2.41-41
- Add support for RELR relocs to the AArch64 target. (RHEL-31846)
* Wed May 29 2024 Nick Clifton <nickc@redhat.com> - 2.41-40
- Suppress gas comment test. (RHEL-19865)