summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2014-04-11 23:52:47 +0200
committerMark Wielaard <mjw@redhat.com>2014-04-24 13:18:33 +0200
commit9380297e130e6ccc829c8d56d701fb539b27bb0f (patch)
tree513f7a6290702f605443e4121d0dfc70172a1836 /NEWS
parent7c680a24bcc1757c2b01152dd52fdbd55e7846bb (diff)
downloadelfutils-9380297e130e6ccc829c8d56d701fb539b27bb0f.tar.gz
libdwelf: New DWARF ELF Low-level Functions. Add dwelf_elf_gnu_debuglink.
New public header elfutils/libdwelf.h for low-level DWARF/ELF helper functions. The new function dwelf_elf_gnu_debuglink returns the name and crc as found in the .gnu_debuglink section of an ELF file. Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b774ec4e..78c42bdc 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ 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.
+libdwelf: New libdwelf.h header for libdw.so DWARF ELF Low-level Functions.
+ New function dwelf_elf_gnu_debuglink.
+
Version 0.158
libdwfl: dwfl_core_file_report has new parameter executable.