This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: does c++filt work?
- To: nbecker at fred dot net
- Subject: Re: does c++filt work?
- From: Daniel Berlin <dberlin at redhat dot com>
- Date: 28 Nov 2000 16:00:31 -0500
- Cc: gcc at gcc dot gnu dot org
- References: <x888zq3hl5u.fsf@adglinux1.hns.com>
nbecker@fred.net writes:
> nm ./Hello | /opt/gcc/bin/c++filt
> where /opt/gcc is where I just installed the latest CVS, doesn't seem
> to demangle the names. Maybe c++filt hasn't been updated for the new
> mangling?
It doesn't auto-detect new mangled names.
When i get a chance, i'll make a patch to do this, it's a one line
change.
--Dan