From f3cfd8cd2d0afc9b4024bcbc9d9489f59c0f0153 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Mon, 18 Jun 2018 17:33:24 -0400 Subject: [PATCH] Rebase to FSF GDB 8.1.50.20180618 (8.2pre). --- _git_upstream_commit | 2 +- gdb-6.3-test-self-20050110.patch | 2 +- gdb-6.6-buildid-locate.patch | 2 +- gdb-gnat-dwarf-crash-3of3.patch | 2 +- gdb-testsuite-readline63-sigint.patch | 2 +- gdb.spec | 7 +++++-- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/_git_upstream_commit b/_git_upstream_commit index 3a34916..072c964 100644 --- a/_git_upstream_commit +++ b/_git_upstream_commit @@ -1 +1 @@ -1840d81a201932a2d5ad5b089aad85943a5a0a82 +7010835a6c5fd3679feae7e6345f2f10d4d761b4 diff --git a/gdb-6.3-test-self-20050110.patch b/gdb-6.3-test-self-20050110.patch index 985777c..99fca9c 100644 --- a/gdb-6.3-test-self-20050110.patch +++ b/gdb-6.3-test-self-20050110.patch @@ -19,7 +19,7 @@ FileName: gdb-6.3-test-self-20050110.patch diff --git a/gdb/testsuite/lib/selftest-support.exp b/gdb/testsuite/lib/selftest-support.exp --- a/gdb/testsuite/lib/selftest-support.exp +++ b/gdb/testsuite/lib/selftest-support.exp -@@ -156,18 +156,18 @@ proc do_self_tests {function body} { +@@ -151,18 +151,18 @@ proc do_self_tests {function body} { } # Remove any old copy lying around. diff --git a/gdb-6.6-buildid-locate.patch b/gdb-6.6-buildid-locate.patch index 93272b2..ba71288 100644 --- a/gdb-6.6-buildid-locate.patch +++ b/gdb-6.6-buildid-locate.patch @@ -981,7 +981,7 @@ diff --git a/gdb/corelow.c b/gdb/corelow.c diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo -@@ -19561,6 +19561,27 @@ information files. +@@ -19562,6 +19562,27 @@ information files. @end table diff --git a/gdb-gnat-dwarf-crash-3of3.patch b/gdb-gnat-dwarf-crash-3of3.patch index f2a7ec3..6aa5a7c 100644 --- a/gdb-gnat-dwarf-crash-3of3.patch +++ b/gdb-gnat-dwarf-crash-3of3.patch @@ -155,7 +155,7 @@ diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c if (resume_many) iterate_over_lwps (ptid, linux_nat_resume_callback, lp); -@@ -3754,6 +3796,10 @@ linux_nat_target::mourn_inferior () +@@ -3760,6 +3802,10 @@ linux_nat_target::mourn_inferior () /* Let the arch-specific native code know this process is gone. */ linux_target->low_forget_process (pid); diff --git a/gdb-testsuite-readline63-sigint.patch b/gdb-testsuite-readline63-sigint.patch index 86298b8..3201c1a 100644 --- a/gdb-testsuite-readline63-sigint.patch +++ b/gdb-testsuite-readline63-sigint.patch @@ -17,7 +17,7 @@ https://bugzilla.redhat.com/show_bug.cgi?id=1301175 diff --git a/gdb/testsuite/gdb.gdb/selftest.exp b/gdb/testsuite/gdb.gdb/selftest.exp --- a/gdb/testsuite/gdb.gdb/selftest.exp +++ b/gdb/testsuite/gdb.gdb/selftest.exp -@@ -104,9 +104,25 @@ proc test_with_self { } { +@@ -113,9 +113,25 @@ proc test_with_self { } { } set description "send SIGINT signal to child process" diff --git a/gdb.spec b/gdb.spec index caa527a..805e5e5 100644 --- a/gdb.spec +++ b/gdb.spec @@ -18,7 +18,7 @@ Name: %{?scl_prefix}gdb # Freeze it when GDB gets branched -%global snapsrc 20180613 +%global snapsrc 20180618 # See timestamp of source gnulib installed into gdb/gnulib/ . %global snapgnulib 20161115 %global tarname gdb-%{version} @@ -26,7 +26,7 @@ Version: 8.1.50.%{snapsrc} # 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: 22%{?dist} +Release: 23%{?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 Group: Development/Debuggers @@ -1037,6 +1037,9 @@ fi %endif %changelog +* Mon Jun 18 2018 Sergio Durigan Junior - 8.1.50.20180618-23.fc29 +- Rebase to FSF GDB 8.1.50.20180618 (8.2pre). + * Mon Jun 18 2018 Sergio Durigan Junior - 8.1.50.20180613-22.fc29 - Do not run /sbin/install-info when installing the documentation (except for DTS).