Bug 20755 - readelf: DWARF-5 support
Summary: readelf: DWARF-5 support
Status: RESOLVED FIXED
Alias: None
Product: binutils
Classification: Unclassified
Component: binutils (show other bugs)
Version: 2.28
: P2 enhancement
Target Milestone: ---
Assignee: Jan Kratochvil
URL:
Keywords:
Depends on:
Blocks: 20757
  Show dependency treegraph
 
Reported: 2016-11-01 19:25 UTC by Jan Kratochvil
Modified: 2017-07-19 15:02 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Kratochvil 2016-11-01 19:25:38 UTC
I have started implementing readelf support for DWARF-5 along its consumer implementation for GDB.
To prevent possible work duplication if this Bug has been found by anyone.
Comment 1 Jan Kratochvil 2016-11-07 21:04:45 UTC
Ongoing work before it gets submitted:
git://sourceware.org/git/archer.git
git diff archer/users/jkratoch/dwarf5gcc{,-gdb}
Comment 2 Jan Kratochvil 2017-02-15 22:59:08 UTC
[PATCH 3/6] DWARF-5 basic functionality
https://sourceware.org/ml/binutils/2017-02/msg00138.html
Comment 3 Jan Kratochvil 2017-02-23 22:17:49 UTC
Now checked-in (except DWO and .debug_names) as a patch series, primarily:

commit 77145576fadc4dd2879adf5242b610ebbe30ec30
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Thu Feb 23 22:54:01 2017 +0100

    DWARF-5 basic functionality