summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2014-08-15 13:08:24 +0200
committerMark Wielaard <mjw@redhat.com>2014-08-15 20:29:48 +0200
commit209f149fdcdb5ecad8d5660429128b771d9b44cd (patch)
tree39e1e481fe615d00d4e4f9001196424f1d7045f1 /ChangeLog
parent9d29ed2989b6691457bbd602de740c4423ac8781 (diff)
downloadelfutils-209f149fdcdb5ecad8d5660429128b771d9b44cd.tar.gz
libdw: Add new function dwarf_cu_getdwarf.
In both systemtap and libabigail there is a need to get the actual Dwarf underlying an Dwarf_Die or Dwarf_Attribute. Following a DIE reference might end up in an alternate Dwarf since the addition of DWZ multifile forms. Both Dwarf_Die and Dwarf_Attribute already contain a Dwarf_CU handle. Add a function dwarf_cu_getdwarf to retrieve the underlying Dwarf using the Dwarf_CU. Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b470b3d7..dd92265e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-08-15 Mark Wielaard <mjw@redhat.com>
+
+ * NEWS: Add dwarf_cu_getdwarf.
+
2014-07-18 Mark Wielaard <mjw@redhat.com>
* configure.ac (AC_CHECK_TYPE): Test for struct user_regs_struct.