This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

CNI doc question


I'm currently "info"-ing the CNI doc and I've got something that needs
to be confirmed. I hope someone hete can do it.

In the section on virual methods the current CNI manual says this:

<quote>
G++ has historically used a different calling convention that is not
compatible with the one used by @acronym{gcj}.  During 1999, G++ will
switch to a new ABI that is compatible with gcj.  Some platforms
(including Linux) have already changed.  On other platforms, you will
have to pass the -fvtable-thunks flag to g++ when compiling CNI code.
Note that you must also compile your C++ source code with -fno-rtti.
</quote>

Is this still true or has it been fixed now?

Can I remove this section from the manual?


Nic


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