public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: Remove upstreamed gdb-rhbz-818343-set-solib-absolute-prefix-testcase.patch.
Date: Sun, 28 Jun 2026 00:02:07 GMT [thread overview]
Message-ID: <178260492704.1.6398598319752556912.rpms-gdb-f9c4079ed5c1@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : f9c4079ed5c14bc703b424242fa28a0632caab56
Author : Alexandra Hájková <ahajkova@redhat.com>
Date : 2025-04-02T13:28:10+02:00
Stats : +9/-95 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/f9c4079ed5c14bc703b424242fa28a0632caab56?branch=gdb-17.2-rebase-f44
Log:
Remove upstreamed gdb-rhbz-818343-set-solib-absolute-prefix-testcase.patch.
---
diff --git a/_gdb.spec.Patch.include b/_gdb.spec.Patch.include
index 0c3a66e..1083d2a 100644
--- a/_gdb.spec.Patch.include
+++ b/_gdb.spec.Patch.include
@@ -13,14 +13,10 @@ Patch003: gdb-6.8-bz466901-backtrace-full-prelinked.patch
#=fedoratest
Patch004: gdb-archer-next-over-throw-cxx-exec.patch
-# Testcase for `Setting solib-absolute-prefix breaks vDSO' (BZ 818343).
-#=fedoratest
-Patch005: gdb-rhbz-818343-set-solib-absolute-prefix-testcase.patch
-
# Fix '`catch syscall' doesn't work for parent after `fork' is called'
# (Philippe Waroquiers, RH BZ 1149205).
#=fedoratest
-Patch006: gdb-rhbz1149205-catch-syscall-after-fork-test.patch
+Patch005: gdb-rhbz1149205-catch-syscall-after-fork-test.patch
# Update gdb-add-index.sh such that, when the GDB environment
# variable is not set, the script is smarter than just looking for
@@ -34,24 +30,24 @@ Patch006: gdb-rhbz1149205-catch-syscall-after-fork-test.patch
# https://fedoraproject.org/wiki/Changes/Minimal_GDB_in_buildroot
#
#=fedora
-Patch007: gdb-add-index.patch
+Patch006: gdb-add-index.patch
# Not a backport. Add a new script which hooks into GDB and suggests
# RPMs to install when GDB finds an objfile with no debug info.
-Patch008: gdb-add-rpm-suggestion-script.patch
+Patch007: gdb-add-rpm-suggestion-script.patch
# Backport upstream commit 2fc56106422 which fixes a possible
# segfault when opening a core file. This will drop out when we
# rebase to 16.3 or 17.1
-Patch009: core-target-open-segfault.patch
+Patch008: core-target-open-segfault.patch
# Backport upstream commit 2b646bb8767, this fixes an issue where
# TUI output was not flushed to the screen in some cases. This will
# drop out when we rebase on 16.3 or 17.1.
-Patch010: tui-wrefresh-issue.patch
+Patch009: tui-wrefresh-issue.patch
# Backport "Fix gstack issues" from upstream
# commit 43ac3df61492b94bf13c11bd98c9f9541e92d3b0.
# (Keith Seitz, RH BZ 2354997)
-Patch011: gdb-rhbz2354997-gstack-drop-readnever.patch
+Patch010: gdb-rhbz2354997-gstack-drop-readnever.patch
diff --git a/_gdb.spec.patch.include b/_gdb.spec.patch.include
index a409d9f..6295406 100644
--- a/_gdb.spec.patch.include
+++ b/_gdb.spec.patch.include
@@ -8,4 +8,3 @@
%patch -p1 -P008
%patch -p1 -P009
%patch -p1 -P010
-%patch -p1 -P011
diff --git a/_patch_order b/_patch_order
index de5cf5c..7dea008 100644
--- a/_patch_order
+++ b/_patch_order
@@ -2,7 +2,6 @@ gdb-6.3-rh-testversion-20041202.patch
gdb-6.3-mapping-zero-inode-test.patch
gdb-6.8-bz466901-backtrace-full-prelinked.patch
gdb-archer-next-over-throw-cxx-exec.patch
-gdb-rhbz-818343-set-solib-absolute-prefix-testcase.patch
gdb-rhbz1149205-catch-syscall-after-fork-test.patch
gdb-add-index.patch
gdb-add-rpm-suggestion-script.patch
diff --git a/gdb-rhbz-818343-set-solib-absolute-prefix-testcase.patch b/gdb-rhbz-818343-set-solib-absolute-prefix-testcase.patch
deleted file mode 100644
index 20e5f75..0000000
--- a/gdb-rhbz-818343-set-solib-absolute-prefix-testcase.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-From FEDORA_PATCHES Mon Sep 17 00:00:00 2001
-From: Fedora GDB patches <invalid@email.com>
-Date: Fri, 27 Oct 2017 21:07:50 +0200
-Subject: gdb-rhbz-818343-set-solib-absolute-prefix-testcase.patch
-
-;; Testcase for `Setting solib-absolute-prefix breaks vDSO' (BZ 818343).
-;;=fedoratest
-
-diff --git a/gdb/testsuite/gdb.base/set-solib-absolute-prefix.c b/gdb/testsuite/gdb.base/set-solib-absolute-prefix.c
-new file mode 100644
---- /dev/null
-+++ b/gdb/testsuite/gdb.base/set-solib-absolute-prefix.c
-@@ -0,0 +1,26 @@
-+/* Copyright (C) 2012 Free Software Foundation, Inc.
-+
-+ This file is part of GDB.
-+
-+ This program is free software; you can redistribute it and/or modify
-+ it under the terms of the GNU General Public License as published by
-+ the Free Software Foundation; either version 3 of the License, or
-+ (at your option) any later version.
-+
-+ This program is distributed in the hope that it will be useful,
-+ but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-+ GNU General Public License for more details.
-+
-+ You should have received a copy of the GNU General Public License
-+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
-+
-+#include <stdio.h>
-+#include <stdlib.h>
-+
-+int
-+main (int argc, char *argv[])
-+{
-+ printf ("Hello, World.\n");
-+ abort ();
-+}
-diff --git a/gdb/testsuite/gdb.base/set-solib-absolute-prefix.exp b/gdb/testsuite/gdb.base/set-solib-absolute-prefix.exp
-new file mode 100644
---- /dev/null
-+++ b/gdb/testsuite/gdb.base/set-solib-absolute-prefix.exp
-@@ -0,0 +1,39 @@
-+# Copyright 2012 Free Software Foundation, Inc.
-+
-+# This program is free software; you can redistribute it and/or modify
-+# it under the terms of the GNU General Public License as published by
-+# the Free Software Foundation; either version 3 of the License, or
-+# (at your option) any later version.
-+#
-+# This program is distributed in the hope that it will be useful,
-+# but WITHOUT ANY WARRANTY; without even the implied warranty of
-+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-+# GNU General Public License for more details.
-+#
-+# You should have received a copy of the GNU General Public License
-+# along with this program. If not, see <http://www.gnu.org/licenses/>.
-+
-+set testfile "set-solib-absolute-prefix"
-+set srcfile ${testfile}.c
-+
-+# It is necessary to verify if the binary is 32-bit, so that the system
-+# call `__kernel_vsyscall' originates from vDSO.
-+
-+if { ![is_ilp32_target] } {
-+ return -1
-+}
-+
-+if { [prepare_for_testing $testfile.exp $testfile $srcfile] } {
-+ return -1
-+}
-+
-+if { ![runto_main] } {
-+ return -1
-+}
-+
-+gdb_test "continue" "Program received signal SIGABRT, Aborted.*" \
-+ "continue until abort"
-+gdb_test "set solib-absolute-prefix /BOGUS_DIRECT" \
-+ ".*warning: Unable to find dynamic linker breakpoint function.*" \
-+ "set solib-absolute-prefix"
-+gdb_test "bt" "__kernel_vsyscall.*" "backtrace with __kernel_vsyscall"
diff --git a/gdb.spec b/gdb.spec
index 6829a41..3fa655c 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -923,6 +923,9 @@ fi
# endif scl
%changelog
+* Wed Apr 02 2025 Alexandra Hájková <ahajkova@redhat.com>
+- Remove upstreamed gdb-rhbz-818343-set-solib-absolute-prefix-testcase.patch.
+
* Fri Mar 28 2025 Keith Seitz <keiths@redhat.com> - 16.2-3
- Backport "Fix gstack issues" from upstream.
(Keith Seitz, RH BZ 2354997)
reply other threads:[~2026-06-28 0:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178260492704.1.6398598319752556912.rpms-gdb-f9c4079ed5c1@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox