This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH v3 6/6] Update NEWS


---
 ChangeLog | 4 ++++
 NEWS      | 8 +++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 9d385d3..19afb9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-15  Florian Weimer  <fweimer@redhat.com>
+
+	* NEWS (libdw, libdwelf): Update for alternate debuginfo changes.
+
 2014-04-11  Mark Wielaard  <mjw@redhat.com>
 
 	* Makefile.am (SUBDIRS): Add libdwelf.
diff --git a/NEWS b/NEWS
index 78c42bd..22b9e6b 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,14 @@ Version 0.159
 stack: New option -d, --debugname to lookup DWARF debuginfo name for frame.
        New option -i, --inlines to show inlined frames using DWARF debuginfo.
 
+libdw: New functions dwarf_getalt, dwarf_setalt.  With --enable-dwz,
+       dwarf_begin and dwarf_begin_elf no longer open alternate
+       debuginfo automatically.  Use libdwlf, or locate and install
+       the alternate debuginfo using dwelf_dwarf_gnu_debugaltlink from
+       libdwelf, and dwarf_setalt.
+
 libdwelf: New libdwelf.h header for libdw.so DWARF ELF Low-level Functions.
-          New function dwelf_elf_gnu_debuglink.
+          New functions dwelf_elf_gnu_debuglink, dwelf_dwarf_gnu_debugaltlink.
 
 Version 0.158
 
-- 
1.9.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]