From: Mark Wielaard Date: Fri, 17 Feb 2023 20:17:10 +0000 (+0100) Subject: NEWS: Mention linking with libstdc++ or using --disable-demangler X-Git-Tag: elfutils-0.189~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77d237798c8f262d618bd3ed2db8864022bfcacb;p=thirdparty%2Felfutils.git NEWS: Mention linking with libstdc++ or using --disable-demangler Signed-off-by: Mark Wielaard --- diff --git a/NEWS b/NEWS index 80faca39b..1f37f9c35 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.