summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2017-07-26 17:06:07 +0200
committerMark Wielaard <mark@klomp.org>2017-08-02 13:51:51 +0200
commit9619d34d206e39ee17e9cc96e755b163c8fa626f (patch)
treeb278db14e2afe6a68f338609830ef4d6ca1bad18 /ChangeLog
parent8e9c76b680b3b3dc8bcabfe7bd84760b99bf83f5 (diff)
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 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f787f765..09c8d147 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2017-07-25 Mark Wielaard <mark@klomp.org>
- * NEWS: Mention new DWARF5 attributes in dwarf.h.
+ * NEWS: Mention new DWARF5 attributes and tags in dwarf.h.
2017-07-18 Mark Wielaard <mark@klomp.org>