summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2014-08-15 16:03:21 +0200
committerMark Wielaard <mjw@redhat.com>2014-08-15 20:29:48 +0200
commitf18f233615cdae0a3633506238348a1dee9d3ea0 (patch)
tree1dee65146fe9a46b30881ca35c07b7fe738a5e7a /NEWS
parent209f149fdcdb5ecad8d5660429128b771d9b44cd (diff)
downloadelfutils-f18f233615cdae0a3633506238348a1dee9d3ea0.tar.gz
libdw: Add new function dwarf_cu_die.
Given a Dwarf_Die or Dwarf_Attribute it is often convenient to get at the CU DIE and the CU header information. There is dwarf_diecu but that doesn't provide all information from the header and it doesn't work for attributes. Add a new dwarf_cu_die function that provides all information given a Dwarf_CU, which both Dwarf_Die and Dwarf_Attribute reference. Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3e4e8cc0..6ee49673 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
Version 0.160
-libdw: New function dwarf_cu_getdwarf.
+libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die.
unstrip: New option -F, --force to combining files even if some ELF headers
don't seem to match.