Sat, 20 Apr 2024 01:37:23 UTC | login

Information for build devtoolset-7-dwz-0.12-1.1.el6

ID22787
Package Namedevtoolset-7-dwz
Version0.12
Release1.1.el6
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 byjstanek
State complete
Volume DEFAULT
StartedWed, 16 May 2018 13:35:23 UTC
CompletedWed, 16 May 2018 13:37:11 UTC
Taskbuild (sclo6-devtoolset-7-rh-el6, devtoolset-7-dwz-0.12-1.1.el6.src.rpm)
Tags
sclo6-devtoolset-7-rh-candidate
sclo6-devtoolset-7-rh-release
sclo6-devtoolset-7-rh-testing
RPMs
src
devtoolset-7-dwz-0.12-1.1.el6.src.rpm (info) (download)
x86_64
devtoolset-7-dwz-0.12-1.1.el6.x86_64.rpm (info) (download)
devtoolset-7-dwz-debuginfo-0.12-1.1.el6.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
state.log
Changelog * Tue Feb 20 2018 Marek Polacek <polacek@redhat.com> 0.12-1.1 - add .1 to Release * Tue Jul 14 2015 Jakub Jelinek <jakub@redhat.com> 0.12-1 - fix up alignment of moved non-allocated sections and section header table * Wed May 21 2014 Marek Polacek <polacek@redhat.com> 0.11-1.1 - add .1 to Release * 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