This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: RFC: Moving native code in java.net into architecture dependant files - updated patch
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: Richard dot Earnshaw at arm dot com, Richard Earnshaw <rearnsha at arm dot com>, java-patches at gcc dot gnu dot org
- Date: Mon, 24 Mar 2003 12:09:35 +0000
- Subject: Re: RFC: Moving native code in java.net into architecture dependant files - updated patch
- Organization: ARM Ltd.
- Reply-to: Richard dot Earnshaw at arm dot com
> Am Montag, 24. März 2003 12:27 schrieb Richard Earnshaw:
> > 2003-03-17 Michael Koch <konqueror at gmx dot de>
> >
> > + * configure.in: Create links to architecture dependent files,
> > + introduced PLATFORMNET variable (set to NoNet for newlib usage).
> > + * configure: Regenerated.
> > + * java/net/natInetAddressNoNet.cc,
> > + java/net/natInetAddressPosix.cc,
> > + java/net/natInetAddressWin32.cc,
> > + java/net/natNetworkInterfaceNoNet.cc,
> > + java/net/natNetworkInterfacePosix.cc,
> > + java/net/natNetworkInterfaceWin32.cc,
> > + java/net/natPlainDatagramSocketImplNoNet.cc,
> > + java/net/natPlainDatagramSocketImplPosix.cc,
> > + java/net/natPlainDatagramSocketImplWin32.cc,
> > + java/net/natPlainSocketImplNoNet.cc,
> > + java/net/natPlainSocketImplPosix.cc,
> > + java/net/natPlainSocketImplWin32.cc: New files.
>
> I hate that news.
Don't we all :-(
>
> I have made a patch for you. Can you please test it and tell me if its
> wourking now ?
What about the natPlainSocketImpl problem (problem 3 in previous mail)?
R.