Sat, 20 Apr 2024 05:53:25 CEST | login

Information for build dwz-0.11-3.el7

ID437
Package Namedwz
Version0.11
Release3.el7
Epoch
SummaryDWARF optimization and duplicate removal tool
DescriptionThe dwz package contains a program that attempts to optimize DWARF debugging information contained in ELF shared libraries and ELF executables for size, by replacing DWARF information representation with equivalent smaller representation where possible and by reducing the amount of duplication using techniques from DWARF standard appendix E - creating DW_TAG_partial_unit compilation units (CUs) for duplicated information and using DW_TAG_imported_unit to import it into each CU that needs it.
Built bykojiadmin
State complete
Volume DEFAULT
StartedTue, 27 Nov 2018 15:35:58 CET
CompletedTue, 27 Nov 2018 15:35:58 CET
Tags
built-by-centos
centos-7.2
centos-7.5
v7.6-base
v8.0-base
v8.1-base
v8.2-base
v8.3-base
RPMs
src
dwz-0.11-3.el7.src.rpm (info) (download)
x86_64
dwz-0.11-3.el7.x86_64.rpm (info) (download)
Changelog * Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.11-3 - Mass rebuild 2014-01-24 * Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.11-2 - Mass rebuild 2013-12-27 * Tue Jul 02 2013 Jakub Jelinek <jakub@redhat.com> 0.11-1 - handle .gdb_index version 8 (#969454) * Mon Mar 11 2013 Jakub Jelinek <jakub@redhat.com> 0.10-1 - when creating DW_AT_stmt_list, use DW_FORM_sec_offset for dwarf4 and DW_FORM_data4 for dwarf[23] rather than vice versa (#919755) * Mon Feb 04 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 * Fri Aug 10 2012 Jakub Jelinek <jakub@redhat.com> 0.7-1 - fix iterative hasing on big-endian targets (#846685) * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Jul 17 2012 Jakub Jelinek <jakub@redhat.com> 0.6-1 - add --version/-v option support (Matt Newsome) - fix building on RHEL 5 * Wed Jul 04 2012 Jakub Jelinek <jakub@redhat.com> 0.5-1 - handle .gdb_index version 7 * Fri Jun 22 2012 Jakub Jelinek <jakub@redhat.com> 0.4-1 - fix up DIE counting in low-mem mode for testing the -L limit * Fri Jun 15 2012 Jakub Jelinek <jakub@redhat.com> 0.3-1 - update to dwz-0.3 (#830863) * Mon Jun 11 2012 Jakub Jelinek <jakub@redhat.com> 0.2-1 - new package