PATCH: PR27413: use bsdtar to unpack deb-related formats

2021-02-14 Thread Frank Ch. Eigler via Elfutils-devel
commit 6c607f8df4ee6f7a31e25ed07d4fe43a11c32804 Author: Frank Ch. Eigler Date: Sun Feb 14 16:02:05 2021 -0500 PR27413: use bsdtar to unpack deb-related formats dpkg-deb has been reported to be fragile when running under debuginfod, whereas bsdtar (libarchive) is happy with al

[PATCH] Improve building with LTO

2021-02-14 Thread Alexander Miller via Elfutils-devel
Here's my attempt to use gcc-10's new symver attribute to avoid global asm statements that cause trouble with LTO. That requires converting from triple @ syntax to double @ syntax. To satisfy those picky linkers, the unversioned name of the affected symbols has to be changed. The NEW_VERSION macros