summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-02 08:33:19 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-02 08:33:19 -0400
commitb4a16cf0c61746e9b2414570e82e0efcfdf1e721 (patch)
treec24e19dbb1ec8be4672647925b0905d58a23d69f /NEWS
parent0b72b650b173fdf5467b337ff26e97e69daed869 (diff)
downloadelfutils-b4a16cf0c61746e9b2414570e82e0efcfdf1e721.tar.gz
Add demangling support to nm
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e4b2402f..75db63c0 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ Version 0.153
libdw: Support reading .zdebug_* DWARF sections compressed via zlib.
+nm: Support C++ demangling.
+
Version 0.152
Various build and warning nits fixed for newest GCC and Autoconf.
@@ -97,8 +99,8 @@ libdwfl: Support automatic decompression of files in XZ format,
Version 0.142:
libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias
- for elf_getshstrndx and deprecate original names. Sun screwed up
- their implementation and asked for a solution.
+ for elf_getshstrndx and deprecate original names. Sun screwed up
+ their implementation and asked for a solution.
libebl: Add support for STB_GNU_UNIQUE.
@@ -135,7 +137,7 @@ Version 0.139:
libcpu: Add Intel SSE4 disassembler support
readelf: Implement call frame information and exception handling dumping.
- Add -e option. Enable it implicitly for -a.
+ Add -e option. Enable it implicitly for -a.
elflint: Check PT_GNU_EH_FRAME program header entry.