diff options
author | Mark Wielaard <mark@klomp.org> | 2017-07-26 17:06:07 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2017-08-02 13:51:51 +0200 |
commit | 9619d34d206e39ee17e9cc96e755b163c8fa626f (patch) | |
tree | b278db14e2afe6a68f338609830ef4d6ca1bad18 /NEWS | |
parent | 8e9c76b680b3b3dc8bcabfe7bd84760b99bf83f5 (diff) | |
download | elfutils-9619d34d206e39ee17e9cc96e755b163c8fa626f.tar.gz |
libdw: Add new DWARF5 tag constants.
Add DW_TAG_coarray_type, DW_TAG_generic_subrange, DW_TAG_dynamic_type,
DW_TAG_call_site, DW_TAG_call_site_parameter, DW_TAG_skeleton_unit,
DW_TAG_immutable_type.
Just the constants, no further interpretion yet.
Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ Version 0.170 -libdw: Added new DWARF5 attribute constants to dwarf.h. +libdw: Added new DWARF5 attribute and tag constants to dwarf.h. strip: Add -R, --remove-section=SECTION and --keep-section=SECTION. |