This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
CNI doc question
- From: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>
- To: java at gcc dot gnu dot org
- Date: 28 Jan 2002 04:10:50 +0000
- Subject: 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