/[ports]
ViewVC logotype

Revision 565971


Jump to revision: Previous Next
Author: amdmi3
Date: Thu Feb 18 19:44:39 2021 UTC (3 years, 4 months ago)
Changed paths: 13
Log Message:
- Add devel/dwz: DWARF optimization and duplicate removal tool

dwz is 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.

WWW: https://sourceware.org/dwz/

PR:		245382
Submitted by:	bcallah@openbsd.org


Changed paths

Path Details
Directoryhead/devel/Makefile modified , text changed
Directoryhead/devel/dwz/ added
Directoryhead/devel/dwz/Makefile added
Directoryhead/devel/dwz/distinfo added
Directoryhead/devel/dwz/files/ added
Directoryhead/devel/dwz/files/patch-Makefile added
Directoryhead/devel/dwz/files/patch-dwz.c added
Directoryhead/devel/dwz/files/patch-hashtab.c added
Directoryhead/devel/dwz/files/patch-obstack.c added
Directoryhead/devel/dwz/files/patch-obstack.h added
Directoryhead/devel/dwz/files/patch-sha1.c added
Directoryhead/devel/dwz/pkg-descr added
Directoryhead/devel/dwz/pkg-plist added

  ViewVC Help
Powered by ViewVC 1.1.27