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 11:26:53 -0600
- Subject: Re: [3.3 PATCH] ASCII converter vs. static linking
- References: <Pine.LNX.4.44.0307101235070.16299-100000@ops2.one-point.com>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> 2003-07-10 Jeff Sturm <jsturm@one-point.com>
Jeff> * gnu/gcj/convert/BytesToUnicode.java: Add a dummy reference to
Jeff> Input_ASCII.
Jeff> * gnu/gcj/convert/UnicodeToBytes.java: Add a dummy reference to
Jeff> Output_ASCII.
It's more usual to put the static linking hacks in FirstThread.
Let's put this one there as well.
Tom