This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: where can i get details on gcc c++ name mangeling?


Jonathan Wilson <wilsonj@xoommail.com> writes:
> where can i get details on gcc c++ name mangeling?

From gcc or libiberty source code. The file libiberty/cplus-dem.c has
the algorithm.

What exactly are you trying to do? C++ Compiler name mangling algorithm
in general should be treated as a black box, unless of course you're 
doing something "special".

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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