public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gdb] gdb-17.2-rebase-f44: 'dwz -m' parsing fix (Tom Tromey).
Date: Sat, 27 Jun 2026 23:55:57 GMT [thread overview]
Message-ID: <178260455733.1.14109320829449733424.rpms-gdb-ed2617e54713@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gdb
Branch : gdb-17.2-rebase-f44
Commit : ed2617e547134edbd5d4e356d821c819fc5c1c19
Author : Jan Kratochvil <jan.kratochvil@redhat.com>
Date : 2012-12-13T10:18:00+01:00
Stats : +32/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gdb/c/ed2617e547134edbd5d4e356d821c819fc5c1c19?branch=gdb-17.2-rebase-f44
Log:
'dwz -m' parsing fix (Tom Tromey).
---
diff --git a/gdb-upstream.patch b/gdb-upstream.patch
new file mode 100644
index 0000000..3551247
--- /dev/null
+++ b/gdb-upstream.patch
@@ -0,0 +1,26 @@
+FYI: set dwz_file in dwarf2read.c
+http://sourceware.org/ml/gdb-patches/2012-12/msg00354.html
+http://sourceware.org/ml/gdb-cvs/2012-12/msg00058.html
+
+### src/gdb/ChangeLog 2012/12/11 18:45:23 1.14904
+### src/gdb/ChangeLog 2012/12/11 19:50:52 1.14905
+## -1,5 +1,9 @@
+ 2012-12-11 Tom Tromey <tromey@redhat.com>
+
++ * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
++
++2012-12-11 Tom Tromey <tromey@redhat.com>
++
+ * dsrec.c (report_transfer_performance): Don't declare.
+ (load_srec): Use gettimeofday, print_transfer_performance.
+ * symfile.c (report_transfer_performance): Remove.
+--- src/gdb/dwarf2read.c 2012/12/10 22:02:34 1.720
++++ src/gdb/dwarf2read.c 2012/12/11 19:50:53 1.721
+@@ -2112,6 +2112,7 @@
+
+ do_cleanups (cleanup);
+
++ dwarf2_per_objfile->dwz_file = result;
+ return result;
+ }
+ \f
diff --git a/gdb.spec b/gdb.spec
index 94d87d0..2439a35 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -34,7 +34,7 @@ Version: 7.5.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: 31%{?dist}
+Release: 32%{?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
@@ -261,7 +261,7 @@ Patch231: gdb-6.3-bz202689-exec-from-pthread-test.patch
# Backported fixups post the source tarball.
#Xdrop: Just backports.
-#Patch232: gdb-upstream.patch
+Patch232: gdb-upstream.patch
# Testcase for PPC Power6/DFP instructions disassembly (BZ 230000).
#=fedoratest+ppc
@@ -800,8 +800,8 @@ find -name "*.info*"|xargs rm -f
# Match the Fedora's version info.
%patch2 -p1
-#patch232 -p1
%patch349 -p1
+%patch232 -p1
%patch1 -p1
%patch3 -p1
@@ -1438,6 +1438,9 @@ fi
%endif # 0%{!?el5:1} || "%{_target_cpu}" == "noarch"
%changelog
+* Thu Dec 13 2012 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.5.1-32.fc18
+- 'dwz -m' parsing fix (Tom Tromey).
+
* Mon Dec 3 2012 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.5.1-31.fc18
- Fix DW_OP_GNU_implicit_pointer offset bug (Tom Tromey).
reply other threads:[~2026-06-27 23:55 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=178260455733.1.14109320829449733424.rpms-gdb-ed2617e54713@fedoraproject.org \
--to=jan.kratochvil@redhat.com \
--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