dwz-0.8
This commit is contained in:
parent
632933e4ff
commit
30c4c1dbe8
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/dwz-0.5.tar.bz2
|
||||
/dwz-0.6.tar.bz2
|
||||
/dwz-0.7.tar.bz2
|
||||
/dwz-0.8.tar.bz2
|
||||
|
6
dwz.spec
6
dwz.spec
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user