summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2017-07-26 22:54:59 +0200
committerMark Wielaard <mark@klomp.org>2017-08-02 13:51:52 +0200
commit274f28ce24955b2e6a17e9ff2eb0c7c2e5751f97 (patch)
treeb4a6ad4ee5a1c8f36a97e5ca2ecdf2d52dceaddc /ChangeLog
parent02e3093731b698547d30aaa3c1a0f66485a88ebd (diff)
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 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4722db6..b7efc847 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2017-07-26 Mark Wielaard <mark@klomp.org>
+ * NEWS: Mention dwarf_peel_type DWARF5 tags improvement.
+
+2017-07-26 Mark Wielaard <mark@klomp.org>
+
* NEWS: Mention new DWARF5 calling conventions and defaulted member
function.