public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdb] gdb-17.2-rebase-f44: - testsuite: Fix gdb.arch/i386-bp_permanent.exp regression
@ 2026-06-27 23:54 Jan Kratochvil
0 siblings, 0 replies; only message in thread
From: Jan Kratochvil @ 2026-06-27 23:54 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : 7abf5f431808a6d66e30fbb10cb88f694335a8aa
Author : Jan Kratochvil <jkratoch@fedoraproject.org>
Date : 2010-01-24T04:38:20+00:00
Stats : +32/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/7abf5f431808a6d66e30fbb10cb88f694335a8aa?branch=gdb-17.2-rebase-f44
Log:
- testsuite: Fix gdb.arch/i386-bp_permanent.exp regression
---
diff --git a/gdb-upstream.patch b/gdb-upstream.patch
new file mode 100644
index 0000000..f67221f
--- /dev/null
+++ b/gdb-upstream.patch
@@ -0,0 +1,26 @@
+[obv] testsuite: Fix gdb.arch/i386-bp_permanent.exp regression
+http://sourceware.org/ml/gdb-patches/2010-01/msg00554.html
+http://sourceware.org/ml/gdb-cvs/2010-01/msg00203.html
+
+### src/gdb/testsuite/ChangeLog 2010/01/22 17:06:49 1.2099
+### src/gdb/testsuite/ChangeLog 2010/01/24 04:29:32 1.2100
+## -1,3 +1,8 @@
++2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
++
++ * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
++ Adjust it for DISASSEMBLY_OMIT_FNAME.
++
+ 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ PR symtab/11199:
+--- src/gdb/testsuite/gdb.arch/i386-bp_permanent.exp 2010/01/01 07:32:00 1.3
++++ src/gdb/testsuite/gdb.arch/i386-bp_permanent.exp 2010/01/24 04:29:32 1.4
+@@ -62,7 +62,7 @@
+ set function standard
+
+ set retcode [gdb_test_multiple "disassemble $function" "Disassemble function '$function'" {
+- -re ".*($hex) <$function\\+0>.*($hex) <$function\\+4>.*($hex) <$function\\+5>.*($hex) <$function\\+6>.*$gdb_prompt $" {
++ -re ".*($hex) <\\+0>.*($hex) <\\+4>.*($hex) <\\+5>.*($hex) <\\+6>.*$gdb_prompt $" {
+ set function_start $expect_out(1,string);
+ set address $expect_out(2,string);
+ set address1 $expect_out(3,string);
diff --git a/gdb.spec b/gdb.spec
index fe74527..70c01aa 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -36,7 +36,7 @@ Version: 7.0.50.20100121
# 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: 7%{?_with_upstream:.upstream}%{dist}
+Release: 8%{?_with_upstream:.upstream}%{dist}
License: GPLv3+
Group: Development/Debuggers
@@ -242,7 +242,7 @@ Patch229: gdb-6.3-bz140532-ppc-unwinding-test.patch
Patch231: gdb-6.3-bz202689-exec-from-pthread-test.patch
# Backported fixups post the source tarball.
-#Patch232: gdb-upstream.patch
+Patch232: gdb-upstream.patch
# Testcase for PPC Power6/DFP instructions disassembly (BZ 230000).
Patch234: gdb-6.6-bz230000-power6-disassembly-test.patch
@@ -572,7 +572,7 @@ rm -f gdb/jv-exp.c gdb/m2-exp.c gdb/objc-exp.c gdb/p-exp.c
%if 0%{!?_with_upstream:1}
-#patch232 -p1
+%patch232 -p1
%patch349 -p1
%patch124 -p1
%patch1 -p1
@@ -1018,6 +1018,9 @@ fi
%endif
%changelog
+* Sun Jan 24 2010 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.0.50.20100121-8.fc13
+- testsuite: Fix gdb.arch/i386-bp_permanent.exp regression
+
* Sun Jan 24 2010 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.0.50.20100121-7.fc13
- Update gdb.arch/powerpc-power7.exp for current binutils HEAD.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-27 23:54 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:54 [rpms/gdb] gdb-17.2-rebase-f44: - testsuite: Fix gdb.arch/i386-bp_permanent.exp regression Jan Kratochvil
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox