- Patches added (trunk backport):

* gdb-testsuite-detect-no-mpx-support.patch
  * gdb-testsuite-handle-init-errors-in-gdb.mi-user-selected-context-sync.exp.patch
  * gdb-add-gdb-syscalls-makefile.patch
- Patches added (ml backport):
  * gdb-update-syscalls-amd64-i386-linux.xml.patch
  * gdb-record-handle-statx-system-call.patch
- Patches added (to be upstreamed):
  * gdb-tdep-update-syscalls-ppc64-ppc-linux.xml.patch
- Maintenance script qa.sh:
  * Add another KFAIL for PR27027.
  * Remove PR28461 KFAIL.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=324
This commit is contained in:
2022-05-09 15:21:48 +00:00
committed by Git OBS Bridge
parent 96cf5fb95f
commit 2c87434182
9 changed files with 1912 additions and 3 deletions

View File

@@ -301,6 +301,8 @@ Patch1505: gdb-testsuite-fix-gdb.base-step-over-syscall.exp-with-m32-amd-ca
# breakpoint-condition-evaluation=host: target-non-stop=off: non-stop=off: \
# displaced=off: iter 1: all threads running
Patch1506: gdb-testsuite-fix-race-in-gdb.threads-detach-step-over.exp.patch
# Fixes catch-syscall.exp FAILs on powerpc64.
Patch1507: gdb-tdep-update-syscalls-ppc64-ppc-linux.xml.patch
# Backports from release branch
@@ -351,10 +353,12 @@ Patch2037: ibm-z-remove-lpswey-parameter.patch
Patch2038: fix-build-with-current-gcc-el_explicit-location-always-non-null.patch
Patch2039: gdb-testsuite-make-gdb.base-annota1.exp-more-robust.patch
Patch2040: gdb-testsuite-fix-gdb.base-annota1.exp-with-pie.patch
Patch2041: gdb-testsuite-detect-no-mpx-support.patch
# Backports from master, not yet available in next release.
#
Patch2080: gdb-testsuite-handle-init-errors-in-gdb.mi-user-selected-context-sync.exp.patch
Patch2081: gdb-add-gdb-syscalls-makefile.patch
# Backport from gdb-patches
@@ -404,6 +408,12 @@ Patch2122: gdb-tdep-handle-pipe2-syscall-for-amd64.patch
Patch2123: gdb-testsuite-handle-pipe2-syscall-in-gdb.base-catch-syscall.exp.patch
# https://sourceware.org/pipermail/gdb-patches/2022-May/188733.html
Patch2124: gdb-tdep-support-catch-syscall-pipe2-for-i386.patch
# https://sourceware.org/pipermail/gdb-patches/2022-May/188844.html
Patch2125: gdb-update-syscalls-amd64-i386-linux.xml.patch
# https://sourceware.org/pipermail/gdb-patches/2022-May/188845.html
Patch2126: gdb-record-handle-statx-system-call.patch
BuildRequires: bison
BuildRequires: flex
@@ -761,6 +771,7 @@ find -name "*.info*"|xargs rm -f
%patch1504 -p1
%patch1505 -p1
%patch1506 -p1
%patch1507 -p1
%patch1900 -p1
%patch1901 -p1
@@ -807,6 +818,10 @@ find -name "*.info*"|xargs rm -f
%patch2038 -p1
%patch2039 -p1
%patch2040 -p1
%patch2041 -p1
%patch2080 -p1
%patch2081 -p1
%patch2100 -p1
%patch2101 -p1
@@ -831,6 +846,8 @@ find -name "*.info*"|xargs rm -f
%patch2122 -p1
%patch2123 -p1
%patch2124 -p1
%patch2125 -p1
%patch2126 -p1
#unpack libipt
%if 0%{have_libipt}