public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: libipt no longer requires initialization
@ 2026-06-28 0:01 Keith Seitz
0 siblings, 0 replies; only message in thread
From: Keith Seitz @ 2026-06-28 0:01 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : dc392f53a258f4d66a68497b8ddf133bc3e65f98
Author : Keith Seitz <keiths@redhat.com>
Date : 2023-06-08T13:07:39-07:00
Stats : +0/-13 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/dc392f53a258f4d66a68497b8ddf133bc3e65f98?branch=gdb-17.2-rebase-f44
Log:
libipt no longer requires initialization
Since commit d701c95bb9f6db652ada625023bf8bdf54750365, this initialization
patch has not been needed:
commit d701c95bb9f6db652ada625023bf8bdf54750365
Author: Markus Metzger <markus.t.metzger@intel.com>
Date: Mon Jan 30 17:30:44 2017 +0100
libipt, init: remove library constructor
Now that the instruction length decoder no longer needs initialization, we can
remove the library's constructor.
Change-Id: Ibaa43be9a8af6e4e4f3a78fd9c84b3589cf33e99
Signed-off-by: Markus Metzger <markus.t.metzger@intel.com>
I've verified that RHEL7 IPT still works.
---
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();
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-28 0:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-28 0:01 [rpms/gdb] gdb-17.2-rebase-f44: libipt no longer requires initialization Keith Seitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox