Date: Wed, 30 Dec 1998 10:42:54 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Josh \"OS Dev\" McDonald" cc: djgpp AT delorie DOT com Subject: Re: djgpp name mangling rules (demangler?) In-Reply-To: <3688fbac.0@dingo.effect.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 30 Dec 1998, Josh "OS Dev" McDonald wrote: > Hi, I need to know, what are the name mangling rules, and how > often are they likely to change? any pointers? If you need a demangler, you already have it: it's called cxxfilt.exe and should be in your bin subdirectory already (it comes with Binutils). If you need its sources, download the Binutils source distribution. I don't know how often the rules change, but cxxfilt is always updated accordingly, so just use that.