Re: [Rpm-maint] [PATCH 2/4] Add dwz debuginfo compression support.

2016-06-07 Thread Thierry Vignaud
On 6 June 2016 at 23:00, Mark Wielaard wrote: > Support for dwz compression has been in Fedora since a couple of years. > https://fedoraproject.org/wiki/Features/DwarfCompressor And in some other distros as well (eg: Mageia). So if this this lands upstream, we'll be happy too

[Rpm-maint] [PATCH 2/4] Add dwz debuginfo compression support.

2016-06-06 Thread Mark Wielaard
Support for dwz compression has been in Fedora since a couple of years. https://fedoraproject.org/wiki/Features/DwarfCompressor The original find-debuginfo.sh patch was written by Jakub Jelinek. https://bugzilla.redhat.com/show_bug.cgi?id=833311 The new testcase using the macros.debug was added