[Bug 270567] usr.bin/nm: --demangle=auto is not supported despite what manpage claims
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Mar 2023 18:43:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270567 Bug ID: 270567 Summary: usr.bin/nm: --demangle=auto is not supported despite what manpage claims Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: jbeich@FreeBSD.org CC: jkoshy@FreeBSD.org Created attachment 241235 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=241235&action=edit workaround $ nm -D --demangle=auto /sbin/devd nm: unknown demangling style 'auto' $ man nm [...] --demangle[=style] Decode (demangle) low-level symbol names into human- readable names. Supported values for argument style are ‘auto’, ‘gnu-v2’, ‘gnu-v3’ and ‘arm.’ If argument style is not specified, it is taken to be ‘auto’. [...] -- You are receiving this mail because: You are the assignee for the bug.