https://sourceware.org/bugzilla/show_bug.cgi?id=25831
Mark Wielaard changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
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.
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
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
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
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.
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