public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kevin Buettner <kevinb@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: Merge #85 `libipt no longer requires initialization`
Date: Sun, 28 Jun 2026 00:01:12 GMT	[thread overview]
Message-ID: <178260487202.1.10888799754653967810.rpms-gdb-f8c2813adc00@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : f8c2813adc0068c5a985488760bfac13e77c5684
Author : Kevin Buettner <kevinb@redhat.com>
Date   : 2023-06-08T23:36:15+00:00
Stats  : +0/-46 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/f8c2813adc0068c5a985488760bfac13e77c5684?branch=gdb-17.2-rebase-f44

Log:
Merge #85 `libipt no longer requires initialization`

---
diff --git a/v1.5-libipt-static.patch b/v1.5-libipt-static.patch
deleted file mode 100644
index 69e1d1a..0000000
--- a/v1.5-libipt-static.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: processor-trace-2.0/libipt/src/posix/init.c
-===================================================================
---- processor-trace-2.0.orig/libipt/src/posix/init.c
-+++ processor-trace-2.0/libipt/src/posix/init.c
-@@ -29,7 +29,7 @@
- #include "pt_ild.h"
- 
- 
--static void __attribute__((constructor)) init(void)
-+void __libipt_init(void)
- {
- 	/* Initialize the Intel(R) Processor Trace instruction decoder. */
- 	pt_ild_init();

diff --git a/gdb-testsuite-readline63-sigint-revert.patch b/gdb-testsuite-readline63-sigint-revert.patch
deleted file mode 100644
index c5e1b2e..0000000
--- a/gdb-testsuite-readline63-sigint-revert.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff --git b/gdb/testsuite/gdb.gdb/selftest.exp a/gdb/testsuite/gdb.gdb/selftest.exp
-index 7e6a4e1..969797a 100644
---- b/gdb/testsuite/gdb.gdb/selftest.exp
-+++ a/gdb/testsuite/gdb.gdb/selftest.exp
-@@ -451,25 +451,9 @@ proc test_with_self { executable } {
-     }
-     
-     set description "send SIGINT signal to child process"
--    gdb_test_multiple "signal SIGINT" "$description" {
--	-re "^signal SIGINT\r\nContinuing with signal SIGINT.\r\nQuit\r\n" {
--	    pass "$description"
--	}
--    }
--
--    set description "send ^C to child process again"
--    send_gdb "\003"
--    gdb_expect {
--	-re "(Thread .*|Program) received signal SIGINT.*$gdb_prompt $" {
--	    pass "$description"
--	}
--	-re ".*$gdb_prompt $" {
--	    fail "$description"
--	}
--	timeout {
--	    fail "$description (timeout)"
--	}
--    }
-+    gdb_test "signal SIGINT" \
-+	"Continuing with signal SIGINT.*" \
-+	"$description"
- 
-     # Switch back to the GDB thread if Guile support is linked in.
-     # "signal SIGINT" could also switch the current thread.

                 reply	other threads:[~2026-06-28  0:01 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=178260487202.1.10888799754653967810.rpms-gdb-f8c2813adc00@fedoraproject.org \
    --to=kevinb@redhat.com \
    --cc=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