This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: __CD / __CT / __FL naming collision?
- From: Tom Tromey <tromey at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: 07 Feb 2002 21:55:21 -0700
- Subject: Re: __CD / __CT / __FL naming collision?
- References: <86665jbb3z.fsf@megacz.com> <878zafrqms.fsf@creche.redhat.com> <86n0yv6oxa.fsf@megacz.com> <3C5AD2E0.5040108@bothner.com> <86n0ysvir7.fsf@megacz.com>
- Reply-to: tromey at redhat dot com
>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:
>> We should use counts, like the ABI does elsewhere. For example:
>> __CD3org3foo4bar_3baz
Adam> Is there a function in gcc that will mangle an arbitrary string?
Not as such. There is some code in java/mangle.c and
java/mangle_name.c, but I haven't looked at it in depth and I couldn't
tell you how generic it is.
Tom