This commit is contained in:
Jakub Jelinek 2013-02-04 12:03:25 +01:00
parent 30c4c1dbe8
commit a2aa8adb5a
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/dwz-0.6.tar.bz2
/dwz-0.7.tar.bz2
/dwz-0.8.tar.bz2
/dwz-0.9.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: DWARF optimization and duplicate removal tool
Name: dwz
Version: 0.8
Version: 0.9
Release: 1%{?dist}
License: GPLv2+ and GPLv3+
Group: Development/Tools
@ -42,6 +42,11 @@ rm -rf %{buildroot}
%{_mandir}/man1/dwz.1*
%changelog
* Mon Feb 4 2013 Jakub Jelinek <jakub@redhat.com> 0.9-1
- fix up handling of DIE equality if more than one DIE in the same
CU compare equal (#889283)
- check DW_FORM_ref_addr properly during fi_multifile phase
* Thu Nov 29 2012 Jakub Jelinek <jakub@redhat.com> 0.8-1
- fix recompute_abbrevs (#880634)
- optimize DW_FORM_data[48] DW_AT_high_pc that GCC 4.8 produces

View File

@ -1 +1 @@
a8c7dee503941953579e100d8f4200f4 dwz-0.8.tar.bz2
ec8959cbbec2e477e091a962f4764da9 dwz-0.9.tar.bz2