This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]