diff options
author | Mark Wielaard <mjw@redhat.com> | 2012-01-22 19:28:20 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2012-01-22 19:28:20 +0100 |
commit | 52d1f924b701d775f0200d091aa294d49ca4c2a2 (patch) | |
tree | d4b670748816793bb3bc5ae5e5bcf13508678d7f /NEWS | |
parent | 3a64a3087f53ab860c7de04da0e53dabef459520 (diff) | |
download | elfutils-52d1f924b701d775f0200d091aa294d49ca4c2a2.tar.gz |
Add NEWS entries for libdwfl, readelf, strip and dwarf.h.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |