diff options
author | Mark Wielaard <mark@klomp.org> | 2020-04-17 11:31:40 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2020-04-22 00:02:20 +0200 |
commit | d6185d33fb2a65b4c3cbc73c5529937debdd2568 (patch) | |
tree | 28d5992daab9f7a6d631620ee542c39d090bbfe5 /libebl/ChangeLog | |
parent | e2fc0b737c1d55becda1f13dceec315a5589820a (diff) | |
download | elfutils-d6185d33fb2a65b4c3cbc73c5529937debdd2568.tar.gz |
libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix.
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 with -flto.
Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'libebl/ChangeLog')
-rw-r--r-- | libebl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libebl/ChangeLog b/libebl/ChangeLog index b3287310..90cf9728 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,3 +1,8 @@ +2020-04-17 Mark Wielaard <mark@klomp.org> + + * eblopenbackend.c (default_debugscn_p): Handle .gnu.debuglto_ + prefix. + 2020-02-08 Mark Wielaard <mark@klomp.org> * eblsegmenttypename.c (ebl_segment_type_name): Handle |