This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Mangling question
- From: Joe Kelsey <joek at mail dot flyingcroc dot net>
- To: bjorn rohde jensen <shamus at tdcadsl dot dk>
- Cc: Joe Kelsey <joek at mail dot flyingcroc dot net>, gcc-help at gnu dot org
- Date: Wed, 29 May 2002 08:56:15 -0700
- Subject: Re: Mangling question
- References: <3CF4E23E.1060300@flyingcroc.net> <3CF4F6C4.D7FE5DCA@tdcadsl.dk>
bjorn rohde jensen wrote:
>Hi Joe,
>
> I usually use nm from binutils to unmangle g++ symbols
>in object files. It is much nicer than having to do it
>by hand for sure.
>
>
For some reason, I just missed the --demangle option to nm.
Still, the gcc info page needs to mention the _$_ as signifying
destructor and the ti and tf entries as the type_info entries for a class.
/Joe