Include gdb-index-generation-fixes.patch (renamed).

(Tom Tromey and Andrew Burgess, RHEL-150992)

Resolves: RHEL-150992
This commit is contained in:
Keith Seitz 2026-02-19 11:58:10 -08:00
parent 3939536c68
commit beae3f76d8
5 changed files with 1286 additions and 1 deletions

View File

@ -113,3 +113,10 @@ Patch025: gdb-rhel-7329-vandps-clobbers-registers-12-of-13.patch
# (Tom de Vries, RHEL-7329)
Patch026: gdb-rhel-7329-vandps-clobbers-registers-13-of-13.patch
# Backport of three upstream patches. The first two relate to index
# generation, while the third relates to symbol lookup, but is needed
# so that the tests from the earlier two patches will pass.
#
# (Tom Tromey and Andrew Burgess, RHEL-150992)
Patch027: gdb-rhel-150992-index-generation-fixes.patch

View File

@ -24,3 +24,4 @@
%patch -p1 -P024
%patch -p1 -P025
%patch -p1 -P026
%patch -p1 -P027

View File

@ -24,3 +24,4 @@ gdb-rhel-7329-vandps-clobbers-registers-10-of-13.patch
gdb-rhel-7329-vandps-clobbers-registers-11-of-13.patch
gdb-rhel-7329-vandps-clobbers-registers-12-of-13.patch
gdb-rhel-7329-vandps-clobbers-registers-13-of-13.patch
gdb-rhel-150992-index-generation-fixes.patch

File diff suppressed because it is too large Load Diff

View File

@ -45,7 +45,7 @@ Version: 16.3
# The release always contains a leading reserved number, start it at 1.
# `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
Release: 2%{?dist}
Release: 3%{?dist}
License: GPL-3.0-or-later AND BSD-3-Clause AND FSFAP AND LGPL-2.1-or-later AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain AND GFDL-1.3-or-later AND LGPL-2.0-or-later WITH GCC-exception-2.0 AND GPL-3.0-or-later WITH GCC-exception-3.1 AND GPL-2.0-or-later WITH GNU-compiler-exception AND MIT
# Do not provide URL for snapshots as the file lasts there only for 2 days.
@ -941,6 +941,10 @@ fi
# endif scl
%changelog
* Thu Feb 19 2026 Keith Seitz <keiths@redhat.com> - 16.3-3.el10
- Include gdb-index-generation-fixes.patch (renamed).
(Tom Tromey and Andrew Burgess, RHEL-150992)
* Mon Jun 02 2025 Guinevere Larsen <guinevere@redhat.com> - 16.3-2.el10
- Backport fixes to decoding AMD64 instructions
Resolves: RHEL-93581