summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2023-02-17 21:17:10 +0100
committerMark Wielaard <mark@klomp.org>2023-02-17 21:17:10 +0100
commit77d237798c8f262d618bd3ed2db8864022bfcacb (patch)
tree2ccf80cdef187480f7d76b1439d5c912b8d68ebd
parentfda09f5f188fb173b2123815be71ca4647a8adfb (diff)
downloadelfutils-77d237798c8f262d618bd3ed2db8864022bfcacb.tar.gz
NEWS: Mention linking with libstdc++ or using --disable-demangler
Signed-off-by: Mark Wielaard <mark@klomp.org>
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 80faca39..1f37f9c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
Version 0.189
+configure: eu-nm, eu-addr2line and eu-stack can provide demangled symbols
+ when linked with libstdc++. Use --disable-demangler to disable.
+
libdwfl: dwfl_module_return_value_location now returns 0 (no return type)
for DIEs that point to a DW_TAG_unspecified_type.