This commit is contained in:
Jakub Jelinek 2012-11-29 11:18:22 +01:00
parent 632933e4ff
commit 30c4c1dbe8
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -1,6 +1,6 @@
Summary: DWARF optimization and duplicate removal tool
Name: dwz
Version: 0.7
Version: 0.8
Release: 1%{?dist}
License: GPLv2+ and GPLv3+
Group: Development/Tools
@ -42,6 +42,10 @@ rm -rf %{buildroot}
%{_mandir}/man1/dwz.1*
%changelog
* 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
* Fri Aug 10 2012 Jakub Jelinek <jakub@redhat.com> 0.7-1
- fix iterative hasing on big-endian targets (#846685)

View File

@ -1 +1 @@
49294700dfe02b4d7d26961b5cf81c0c dwz-0.7.tar.bz2
a8c7dee503941953579e100d8f4200f4 dwz-0.8.tar.bz2