summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
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 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4050200a..3e4e8cc0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
Version 0.160
+libdw: New function dwarf_cu_getdwarf.
+
unstrip: New option -F, --force to combining files even if some ELF headers
don't seem to match.