diff --git a/.gitignore b/.gitignore index 5cdd7e9..01f8bf5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /dwz-0.5.tar.bz2 /dwz-0.6.tar.bz2 /dwz-0.7.tar.bz2 +/dwz-0.8.tar.bz2 diff --git a/dwz.spec b/dwz.spec index 8c41837..ac958a9 100644 --- a/dwz.spec +++ b/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 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 0.7-1 - fix iterative hasing on big-endian targets (#846685) diff --git a/sources b/sources index b75b0fb..198e727 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -49294700dfe02b4d7d26961b5cf81c0c dwz-0.7.tar.bz2 +a8c7dee503941953579e100d8f4200f4 dwz-0.8.tar.bz2