public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: [dts+el7] [x86*] Bundle libipt - fix#2 its initialization (RH BZ 1256513).
@ 2026-06-27 23:57 Jan Kratochvil
  0 siblings, 0 replies; only message in thread
From: Jan Kratochvil @ 2026-06-27 23:57 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : aacdec2a04901560801242fed1447fbd2e27e1da
Author : Jan Kratochvil <jan.kratochvil@redhat.com>
Date   : 2016-08-23T09:37:55+02:00
Stats  : +7/-3 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/aacdec2a04901560801242fed1447fbd2e27e1da?branch=gdb-17.2-rebase-f44

Log:
[dts+el7] [x86*] Bundle libipt - fix#2 its initialization (RH BZ 1256513).

---
diff --git a/gdb-linux_perf-bundle.patch b/gdb-linux_perf-bundle.patch
index aeb4f10..c280279 100644
--- a/gdb-linux_perf-bundle.patch
+++ b/gdb-linux_perf-bundle.patch
@@ -208,13 +208,14 @@ Index: gdb-7.11.1/gdb/configure.ac
    if test "$perf_event" != yes; then
 --- gdb-7.11.1/gdb/gdb.c-orig	2016-02-10 04:19:39.000000000 +0100
 +++ gdb-7.11.1/gdb/gdb.c	2016-08-23 09:15:13.169650953 +0200
-@@ -25,6 +25,10 @@ main (int argc, char **argv)
+@@ -25,6 +25,11 @@ main (int argc, char **argv)
  {
    struct captured_main_args args;
  
-+  // RHEL DTS bundle:
++#ifdef PERF_ATTR_SIZE_VER5_BUNDLE
 +  extern void __libipt_init(void);
 +  __libipt_init();
++#endif
 +
    memset (&args, 0, sizeof args);
    args.argc = argc;

diff --git a/gdb.spec b/gdb.spec
index 90b906c..9cba9e5 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -27,7 +27,7 @@ Version: 7.11.1
 
 # 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: 81%{?dist}
+Release: 82%{?dist}
 
 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain and GFDL
 Group: Development/Debuggers
@@ -1457,6 +1457,9 @@ then
 fi
 
 %changelog
+* Tue Aug 23 2016 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.11.1-82.fc24
+- [dts+el7] [x86*] Bundle libipt - fix#2 its initialization (RH BZ 1256513).
+
 * Tue Aug 23 2016 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.11.1-81.fc24
 - [dts+el7] [x86*] Bundle libipt - fix its initialization (RH BZ 1256513).
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-27 23:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-27 23:57 [rpms/gdb] gdb-17.2-rebase-f44: [dts+el7] [x86*] Bundle libipt - fix#2 its initialization (RH BZ 1256513) Jan Kratochvil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox