]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
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 80faca39b18c77f56ed57bcc2045141f3a1c2c7a..1f37f9c35a067e9bfc9d23fe4e90e10e5c1c4d1a 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.