diff options
author | Mark Wielaard <mark@klomp.org> | 2017-07-26 22:54:59 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2017-08-02 13:51:52 +0200 |
commit | 274f28ce24955b2e6a17e9ff2eb0c7c2e5751f97 (patch) | |
tree | b4a6ad4ee5a1c8f36a97e5ca2ecdf2d52dceaddc /NEWS | |
parent | 02e3093731b698547d30aaa3c1a0f66485a88ebd (diff) | |
download | elfutils-274f28ce24955b2e6a17e9ff2eb0c7c2e5751f97.tar.gz |
libdw: Handle DWARF5 immutable, packed and shared in dwarf_peel_type.
Also update the documentation to explain that any type alias or modifier
that doesn't modify, change the structural layout or the way to access
the underlying type is peeled. Explicitly mention pointer and reference
types as examples of modifiers that don't obey that rule and so aren't
peeled.
Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ Version 0.170 libdw: Added new DWARF5 attribute, tag, character encoding, language code, calling convention and defaulted member function constants to dwarf.h. New function dwarf_default_lower_bound. + dwarf_peel_type now handles DWARF5 immutable, packed and shared tags. strip: Add -R, --remove-section=SECTION and --keep-section=SECTION. |