Bug 12337 - Demangle modified function names
Summary: Demangle modified function names
Status: RESOLVED FIXED
Alias: None
Product: binutils
Classification: Unclassified
Component: binutils (show other bugs)
Version: 2.22
: P2 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-21 11:02 UTC by Dmitry Gorbachev
Modified: 2011-09-27 19:28 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Gorbachev 2010-12-21 11:02:41 UTC
Programs objdump, nm, addr2line, c++filt, gprof, do not demangle cloned function names, such as _ZN1C3fooEi.isra.0. Could be C::foo.isra.0(int) or C::foo(int).isra.0 (?)
Comment 1 H.J. Lu 2010-12-28 13:05:31 UTC
I think it is more a gcc feature request since gcc and
binutils share the same demangler.
Comment 2 Dmitry Gorbachev 2011-01-05 01:07:07 UTC
It's already reported: <http://gcc.gnu.org/PR40831>.
Comment 3 Dmitry Gorbachev 2011-09-24 10:36:33 UTC
Cary Coutant fixed it in GCC.
Comment 4 Dmitry Gorbachev 2011-09-27 19:28:02 UTC
Fixed.