Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2021 19:45:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 245382] New port: devel/dwz DWARF optimization and duplicate removal tool
Message-ID:  <bug-245382-7788-cGpi3pwzXZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245382-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-245382-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245382

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit references this bug:

Author: amdmi3
Date: Thu Feb 18 19:44:41 UTC 2021
New revision: 565971
URL: https://svnweb.freebsd.org/changeset/ports/565971

Log:
  - 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

Changes:
  head/devel/Makefile
  head/devel/dwz/
  head/devel/dwz/Makefile
  head/devel/dwz/distinfo
  head/devel/dwz/files/
  head/devel/dwz/files/patch-Makefile
  head/devel/dwz/files/patch-dwz.c
  head/devel/dwz/files/patch-hashtab.c
  head/devel/dwz/files/patch-obstack.c
  head/devel/dwz/files/patch-obstack.h
  head/devel/dwz/files/patch-sha1.c
  head/devel/dwz/pkg-descr
  head/devel/dwz/pkg-plist

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245382-7788-cGpi3pwzXZ>