This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: mangling question
- To: green at cygnus dot com
- Subject: Re: mangling question
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Date: Sat, 10 Feb 2001 11:13:37 -0800 (PST)
- Cc: java at gcc dot gnu dot org
- References: <200102101622.IAA10953@makita.cygnus.com>
- Reply-To: apbianco at cygnus dot com
Anthony Green writes:
> void <badly mangled name 'main__5jmisc_ZN5jmisc4mainEP6JArrayIPN4java4lang6StringEE'>;
> void jmisc();
> Is this mangling correct? cxxfilt in src can't demangle it either.
There's a part of it that is correct.
`_ZN5jmisc4mainEP6JArrayIPN4java4lang6StringEE' is
`jmisc::main(JArray<java::lang::String*>*)'
I don't understand where `main__5jmisc' is coming from. Can you make
sure that jc1 generates this symbol by itself, and then can you send a
test case? Thanks!
./A