This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] readelf: Use raw section data if nothing is available through libdw.


On Tue, 2018-04-24 at 16:17 +0200, Mark Wielaard wrote:
> For various debug data sections readelf has its own parsers that don't
> rely on libdw data structures or functions. But we still like to get the
> data through libdw since that will be uncompressed and/or relocated.
> But there can be reasons for libdw to have rejected the section data.
> In that case we want to try to parse the "raw" section data.

Pushed this to master.

But rebases so the rnglists and loclists are no longer there.
They will appear correctly in the new patches (not yet posted) that
introduces parsing of those sections.

Cheers,

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]