This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: `$' in identifiers -vs- PPC Linux
Alexandre> But then, maybe it is GCJ that should be doing that...
Alexandre> What do other Java ports do to support JNI when their
Alexandre> assemblers don't support `$'s? For example, any idea of
Alexandre> what IBM's port of JDK to AIX does?
JNI isn't the issue. JNI has a completely different mangling from
gcj.
The issue is that gcj and g++ must agree on a mangling, and that `$'
is going to appear in identifiers associated with inner classes.
Tom