https://sourceware.org/bugzilla/show_bug.cgi?id=24403

--- Comment #2 from Jonny Grant <jg at jguk dot org> ---
Looks like it is just the "_GLOBAL__sub_I_" prefix which isn't recognised.


$ c++filt _GLOBAL__sub_I__Z11print_tracev
_GLOBAL__sub_I__Z11print_tracev
$
$ c++filt _Z11print_tracev
print_trace()
$
$ c++filt --version
GNU c++filt (GNU Binutils for Ubuntu) 2.30


Would be good if c++filt could also decode the symbol.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to