[Bug general/25831] Assertion failure in eu-objdump

2020-04-21 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=25831 Mark Wielaard changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

Re: [PATCH] elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given.

2020-04-21 Thread Mark Wielaard
On Thu, Apr 16, 2020 at 06:53:41PM +0200, Mark Wielaard wrote: > Strictly speaking SHF_EXCLUDE is a processor specific section flag, > but it is used generically in the GNU toolchain. For example when > adding .gnu.lto_ sections. I pushed this to master.

rfc: debuginfod service: add rh satellite rpm repo dir

2020-04-21 Thread Frank Ch. Eigler via Elfutils-devel
Hi - While a modern elfutils + rh satellite installation may be a rarity, this is a costless way of preparing for such a blessed union. Author: Frank Ch. Eigler Date: Tue Apr 21 17:11:18 2020 -0400 debuginfod sysconfig: add /var/lib/pulp as default search path Red Hat Satellite

Re: rfc: debuginfod service: add rh satellite rpm repo dir

2020-04-21 Thread Mark Wielaard
Hi, On Tue, Apr 21, 2020 at 05:14:54PM -0400, Frank Ch. Eigler via Elfutils-devel wrote: > While a modern elfutils + rh satellite installation may be a rarity, > this is a costless way of preparing for such a blessed union. It is indeed unlikely it is a standard setup. But a non-existing root pa

Re: [PATCH] libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix.

2020-04-21 Thread Mark Wielaard
On Fri, Apr 17, 2020 at 11:35:37AM +0200, Mark Wielaard wrote: > GCC puts (partial) DWARF debuginfo into sections prefixed with > .gnu.debuglto_. Handle those sections as if they are normal .debug > sections (which they are). This allows showing the DWARF that gcc > puts into ET_REL files compiled

Re: [PATCH] tests: Build test-nlist with minimal CFLAGS to guarantee symbol order.

2020-04-21 Thread Mark Wielaard
On Fri, Apr 17, 2020 at 12:22:39PM +0200, Mark Wielaard wrote: > test_nlist checks its own symbol table, and expects various symbols > to be in the order as specified in the source file. Explicitly set > minimal CFLAGS. Pushed to master.

Re: [PATCH] tests: Run run-varlocs-self.sh for object files with --exprlocs.

2020-04-21 Thread Mark Wielaard
On Fri, Apr 17, 2020 at 12:34:17PM +0200, Mark Wielaard wrote: > The varlocs test relies on finding addresses for the CUs, even in > object files. This might not be true (for example when building with > gcc -flto, which only emits partial, type only, debuginfo). Split > running the self tests in r