This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Enable interpreter for x86_64
- From: Andrew Haley <aph at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Wed, 29 Jan 2003 16:34:54 +0000 (GMT)
- Subject: Re: Enable interpreter for x86_64
- References: <ho1y2xtuu7.fsf@byrd.suse.de>
Andreas Jaeger writes:
>
> I would welcome a news entry on the GCC main side mentioning your and
> Bo's work on both libffi and libjava. Can you draft up something and
> send a patch to gcc-patches for this?
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.355
diff -c -r1.355 index.html
*** index.html 28 Jan 2003 20:54:13 -0000 1.355
--- index.html 29 Jan 2003 16:33:36 -0000
***************
*** 83,88 ****
--- 83,98 ----
<dl>
+ <dt><b>January 29, 2003</b></dt>
+
+ <dd>
+ Andrew Haley of Red Hat completed the work began by Bo Thorsen of SuSE
+ to port <a href="java/index.html">gcj</a> to the x86_64. This is, as
+ far as we are aware, the first implementation of the Java programming
+ language to be made available on that platform. It will be part of
+ the GCC 3.3 release.
+ </dd>
+
<dt><b>January 28, 2003</b></dt>
<dd>
The ongoing effort to remove warnings from the GCC code base itself,
Andrew.