summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2012-01-22 19:28:20 +0100
committerMark Wielaard <mjw@redhat.com>2012-01-22 19:28:20 +0100
commit52d1f924b701d775f0200d091aa294d49ca4c2a2 (patch)
treed4b670748816793bb3bc5ae5e5bcf13508678d7f
parent3a64a3087f53ab860c7de04da0e53dabef459520 (diff)
Add NEWS entries for libdwfl, readelf, strip and dwarf.h.
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5648839e..9b439b63 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.