import CS gdb-16.3-3.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-03-30 10:27:35 -04:00
parent 2604ffc4c9
commit 589cbfd35d
4 changed files with 1285 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-86890)
Patch027: gdb-rhel-86890-index-generation-fixes.patch

View File

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

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.
@ -928,6 +928,10 @@ fi
# endif scl
%changelog
* Thu Feb 19 2026 Keith Seitz <keiths@redhat.com> - 16.3-3.el9
- Include gdb-index-generation-fixes.patch (renamed).
(Tom Tromey and Andrew Burgess, RHEL-86890)
* Thu May 29 2025 Guinevere Larsen <guinevere@redhat.com> - 16.3-2.el9
- Backport amd64 decoding fixes
Resolves: RHEL-93850