This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Mangling question


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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]