public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Kratochvil <jkratoch@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: - testsuite: Fix gdb.arch/i386-bp_permanent.exp regression
Date: Sat, 27 Jun 2026 23:54:35 GMT [thread overview]
Message-ID: <178260447515.1.13841599580578259417.rpms-gdb-7abf5f431808@fedoraproject.org> (raw)
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.
reply other threads:[~2026-06-27 23:54 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=178260447515.1.13841599580578259417.rpms-gdb-7abf5f431808@fedoraproject.org \
--to=jkratoch@fedoraproject.org \
--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