public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: testsuite: Fix break-interp.exp expections for updated glibc (BZ 752834).
@ 2026-06-27 23:55 Jan Kratochvil
  0 siblings, 0 replies; only message in thread
From: Jan Kratochvil @ 2026-06-27 23:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 78a785d4c57a08a8f5452518fb824a78d43f2ab0
Author : Jan Kratochvil <jan.kratochvil@redhat.com>
Date   : 2012-04-04T17:21:33+02:00
Stats  : +8/-4 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gdb/c/78a785d4c57a08a8f5452518fb824a78d43f2ab0?branch=gdb-17.2-rebase-f44

Log:
testsuite: Fix break-interp.exp expections for updated glibc (BZ 752834).

---
diff --git a/gdb-dlopen-stap-probe-test.patch b/gdb-dlopen-stap-probe-test.patch
index 55a6a92..99cb62f 100644
--- a/gdb-dlopen-stap-probe-test.patch
+++ b/gdb-dlopen-stap-probe-test.patch
@@ -310,14 +310,15 @@ Index: gdb-7.3.50.20110722/gdb/testsuite/gdb.base/break-interp.exp
 ===================================================================
 --- gdb-7.3.50.20110722.orig/gdb/testsuite/gdb.base/break-interp.exp	2011-07-01 21:12:12.000000000 +0200
 +++ gdb-7.3.50.20110722/gdb/testsuite/gdb.base/break-interp.exp	2011-08-10 18:32:21.000000000 +0200
-@@ -108,14 +108,20 @@ proc strip_debug {dest} {
+@@ -108,14 +108,21 @@ proc strip_debug {dest} {
      }
  }
  
 +# Former symbol for solib changes notifications was _dl_debug_state, newer one
-+# is _dl_debug_notify, the right one one traps by `set stop-on-solib-events 1'.
++# is dl_main (in fact _dl_debug_notify but it is inlined without any extra
++# debug info), the right one one traps by `set stop-on-solib-events 1'.
 +
-+set solib_bp {(_dl_debug_state|_dl_debug_notify)}
++set solib_bp {(_dl_debug_state|dl_main)}
 +
  # Implementation of reach.
  

diff --git a/gdb.spec b/gdb.spec
index ac356f4..bc470aa 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -33,7 +33,7 @@ Version: 7.4.50.%{snap}
 
 # 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: 36%{?dist}
+Release: 37%{?dist}
 
 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain
 Group: Development/Debuggers
@@ -1348,6 +1348,9 @@ fi
 %endif # 0%{!?el5:1} || "%{_target_cpu}" == "noarch"
 
 %changelog
+* Wed Apr  4 2012 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.4.50.20120120-37.fc17
+- testsuite: Fix break-interp.exp expections for updated glibc (BZ 752834).
+
 * Wed Apr  4 2012 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.4.50.20120120-36.fc17
 - [RHEL5,RHEL6] Reintroduce fix attaching to stopped processes.
 

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

only message in thread, other threads:[~2026-06-27 23:55 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:55 [rpms/gdb] gdb-17.2-rebase-f44: testsuite: Fix break-interp.exp expections for updated glibc (BZ 752834) Jan Kratochvil

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