https://sourceware.org/bugzilla/show_bug.cgi?id=28581
Bug ID: 28581 Summary: nm/objdump --help display unsupported demangling styles Product: binutils Version: 2.38 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: panxh_ran at 163 dot com Target Milestone: --- Created attachment 13772 --> https://sourceware.org/bugzilla/attachment.cgi?id=13772&action=edit Fix-demangle-styles-of-usage-about-nm-and-objdump.patch Hello, There are following demangling styles in include/demangle.h. "auto", "gnu-v3", "java", "gnat", "dlang", "rust" But usage of nm and objdump still displays old styles. So if you execute --demangle=gnu, it will display error message: #nm -C --demange=gnu a.out nm: unknown demangling style `gnu' -- You are receiving this mail because: You are on the CC list for the bug.