NEWS: Mention linking with libstdc++ or using --disable-demangler
authorMark Wielaard <mark@klomp.org>
Fri, 17 Feb 2023 20:17:10 +0000 (21:17 +0100)
committerMark Wielaard <mark@klomp.org>
Fri, 17 Feb 2023 20:17:10 +0000 (21:17 +0100)
Signed-off-by: Mark Wielaard <mark@klomp.org>
NEWS

diff --git a/NEWS b/NEWS
index 80faca3..1f37f9c 100644 (file)
--- 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.