This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: header file inline causing problems
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: Steve Pribyl <steve at netfuel dot com>, java at gcc dot gnu dot org
- Date: 07 Apr 2005 10:15:12 -0600
- Subject: Re: header file inline causing problems
- References: <4254420B.4080709@netfuel.com> <4254D812.20704@gmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
Ranjit> Since natLogger.cc doesn't explicitly define getName(), I guess
Ranjit> this is the result of a funky interaction between using
Ranjit> #pragma interface/implementation and weak symbols support:
Ranjit> http://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Interface.html
Ranjit> But 4.0 should have weak symbols support for Cygwin/MinGW:
Ranjit> http://gcc.gnu.org/ml/gcc-cvs/2004-11/msg00265.html
Ranjit> So I am confused...
We always have the option of not generating inline method bodies when
generating CNI headers. I believe what we do here isn't really valid,
it just always happened to work.
Tom