Backport of backtrace/29374

(Simon Marchi, sw backtrace/29374)
This commit is contained in:
Keith Seitz 2022-11-14 10:07:24 -08:00
parent b443fb3970
commit e2df45df10
5 changed files with 28625 additions and 1 deletions

View File

@ -288,3 +288,7 @@ Patch068: gdb-backport-python-config-replace-deprecated-distutils.patch
# warning check
Patch069: gdb-gcc-13-backport-self-move-diagnostic-fix
# Backport "call check_typedef at beginning of dwarf_expr_context::fetch_result"
# (Simon Marchi, backtrace/29374)
Patch070: gdb-backport-call-check_typedef-at-beginning-of-dwarf_expr_context.patch

View File

@ -67,3 +67,4 @@
%patch067 -p1
%patch068 -p1
%patch069 -p1
%patch070 -p1

View File

@ -67,3 +67,4 @@ gdb-rhbz2143992-libiberty-fix-c89isms-in-configure.patch
gdb-rhbz2152431-label-symbol-value.patch
gdb-backport-python-config-replace-deprecated-distutils.patch
gdb-gcc-13-backport-self-move-diagnostic-fix
gdb-backport-call-check_typedef-at-beginning-of-dwarf_expr_context.patch

File diff suppressed because it is too large Load Diff

View File

@ -54,7 +54,7 @@ Version: 12.1
# 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: 13%{?dist}
Release: 14%{?dist}
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL
# Do not provide URL for snapshots as the file lasts there only for 2 days.
@ -1190,6 +1190,11 @@ fi
%endif
%changelog
* Mon Jan 23 2023 Keith Seitz <keiths@redhat.com> - 12.1-14
From Sergey Mende:
- Backport upstream patch "gdb: call check_typedef at beginning of
dwarf_expr_context::fetch_result". (Simon Marchi)
* Fri Jan 20 2023 Kevin Buettner <kevinb@redhat.com> - 12.1-13
- Backport fix for problems associated with GCC 13's self-move warning.
(Jan-Benedict Glaw)