[dwz] 0.10-1

Jakub Jelinek jakub at fedoraproject.org
Mon Mar 11 10:29:26 UTC 2013


commit e51184c06ed933bfb38aff8d8699c77bf7385662
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Mon Mar 11 11:29:21 2013 +0100

    0.10-1

 .gitignore |    1 +
 dwz.spec   |    6 +++++-
 sources    |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f2aa47e..08809b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /dwz-0.7.tar.bz2
 /dwz-0.8.tar.bz2
 /dwz-0.9.tar.bz2
+/dwz-0.10.tar.bz2
diff --git a/dwz.spec b/dwz.spec
index 6cbc6ea..56b425a 100644
--- a/dwz.spec
+++ b/dwz.spec
@@ -1,6 +1,6 @@
 Summary: DWARF optimization and duplicate removal tool
 Name: dwz
-Version: 0.9
+Version: 0.10
 Release: 1%{?dist}
 License: GPLv2+ and GPLv3+
 Group: Development/Tools
@@ -42,6 +42,10 @@ rm -rf %{buildroot}
 %{_mandir}/man1/dwz.1*
 
 %changelog
+* Mon Mar 11 2013 Jakub Jelinek <jakub at redhat.com> 0.10-1
+- when creating DW_AT_stmt_list, use DW_FORM_sec_offset for dwarf4
+  and DW_FORM_data4 for dwarf[23] rather than vice versa (#919755)
+
 * Mon Feb  4 2013 Jakub Jelinek <jakub at redhat.com> 0.9-1
 - fix up handling of DIE equality if more than one DIE in the same
   CU compare equal (#889283)
diff --git a/sources b/sources
index 243e683..4746d90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec8959cbbec2e477e091a962f4764da9  dwz-0.9.tar.bz2
+23f001e7abfff115509b5e78a99423e0  dwz-0.10.tar.bz2


More information about the scm-commits mailing list