From: Mark Wielaard Date: Sun, 22 Jan 2012 18:28:20 +0000 (+0100) Subject: Add NEWS entries for libdwfl, readelf, strip and dwarf.h. X-Git-Tag: elfutils-0.153~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52d1f924b701d775f0200d091aa294d49ca4c2a2;p=platform%2Fupstream%2Felfutils.git Add NEWS entries for libdwfl, readelf, strip and dwarf.h. --- diff --git a/NEWS b/NEWS index 5648839..9b439b6 100644 --- a/NEWS +++ b/NEWS @@ -2,14 +2,26 @@ Version 0.153 libdw: Support reading .zdebug_* DWARF sections compressed via zlib. +libdwfl: Speed up dwfl_module_addrsym. + nm: Support C++ demangling. ar: Support D modifier for "deterministic output" with no uid/gid/mtime info. The U modifier is the inverse. elfutils can be configured with the --enable-deterministic-archives option to make the D behavior the default when U is not specified. + ranlib: Support -D and -U flags with same meaning. +readelf: Improve output of -wline. Add support for printing SDT elf notes. + Add printing of .gdb_index section. + +strip: Add --reloc-debug-sections option. + Improved SHT_GROUP sections handling. + +Add support for typed dwarf stack, call_site and entry_value to dwarf.h +and readelf. + Version 0.152 Various build and warning nits fixed for newest GCC and Autoconf.