This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [3.3 PATCH] ASCII converter vs. static linking
- From: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 10 Jul 2003 19:43:39 -0600
- Subject: Re: [3.3 PATCH] ASCII converter vs. static linking
- References: <Pine.LNX.4.44.0307101512310.20437-100000@ops2.one-point.com>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> Okay. The classes are public, so we can do that instead.
Good point.
Jeff> 2003-07-10 Jeff Sturm <jsturm@one-point.com>
Jeff> * gnu/gcj/runtime/FirstThread.java (KinputASCII,
Jeff> KoutputASCII): Create dummy references for static linking.
Ok, thanks.
Tom