[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/28581] New: nm/objdump --help display unsupported demangli
From: |
panxh_ran at 163 dot com |
Subject: |
[Bug binutils/28581] New: nm/objdump --help display unsupported demangling styles |
Date: |
Wed, 10 Nov 2021 15:55:52 +0000 |
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.
- [Bug binutils/28581] New: nm/objdump --help display unsupported demangling styles,
panxh_ran at 163 dot com <=