This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Enable interpreter for x86_64


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]