Special characters in mangled names
Mark Mitchell
mark at codesourcery.com
Thu Nov 11 05:51:49 UTC 1999
>>>>> "Daveed" == Daveed Vandevoorde <daveed at edg.com> writes:
Daveed> The period (".") was mentioned. Does that work for all
Daveed> the IA-64 assemblers (and similar tools) out there?
The `$' is supported by many assemblers. The problem is that
characters supported by assemblers for this purpose are often
supported as extensions to the corresponding C compilers; there are
certainly compilers that allow `$' in C function names.
--
Mark Mitchell mark at codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com
More information about the cxx-abi-dev
mailing list