diff options
author | Mark Wielaard <[email protected]> | 2014-08-25 22:13:57 +0200 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2014-08-25 22:14:07 +0200 |
commit | 5efda26c21034f5c96680c7f78c8fe8936af11a7 (patch) | |
tree | dd396fc007ac0645d79ceeccbc632db6de842e2a /NEWS | |
parent | f18f233615cdae0a3633506238348a1dee9d3ea0 (diff) |
Prepare 0.160 release.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,10 +1,15 @@ Version 0.160 libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die. + dwarf.h remove non-existing DW_TAG_mutable_type. + +libdwfl: Handle LZMA .ko.xz compressed kernel modules. unstrip: New option -F, --force to combining files even if some ELF headers don't seem to match. +backends: Handle ARM THUMB functions. Add support for ppc64le ELFv2 abi. + Version 0.159 stack: New option -d, --debugname to lookup DWARF debuginfo name for frame. |