diff options
author | Mark Wielaard <[email protected]> | 2017-07-25 15:29:10 +0200 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2017-08-02 13:51:51 +0200 |
commit | 8e9c76b680b3b3dc8bcabfe7bd84760b99bf83f5 (patch) | |
tree | 851e427647036a27da9aeebb01a9644426d0537e /NEWS | |
parent | 33220d549df9991b43da894fb03a22722a74cafb (diff) |
libdw: Add DWARF5 attributes.
Add new DWARF5 attribute constant names to the attributes enum.
Also add reserved comments between non-consecutive (reserved) numbers.
Remove DW_AT_subscr_data, DW_AT_element_list and DW_AT_member from the
enum list and turn them into compatibility defines because they are
not part of DWARF2+. That way code that directly references them still
compiles but they won't show up in known-dwarf.h.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ Version 0.170 +libdw: Added new DWARF5 attribute constants to dwarf.h. + strip: Add -R, --remove-section=SECTION and --keep-section=SECTION. backends: The bpf disassembler is now always build on all platforms. |