This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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:
 > Andrew Haley <aph@redhat.com> writes:
 > 
 > > 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
 > 
 > Please write this as "AMD x86-64 architecture".  x86_64 is the
 > abbreviation used for configure only.
 > 
 > > + far as we are aware, the first implementation of the Java programming
 > 
 > It definitly is the first publically available implementation ;-).

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.355
diff -u -r1.355 index.html
--- index.html  28 Jan 2003 20:54:13 -0000      1.355
+++ index.html  29 Jan 2003 17:27:51 -0000
@@ -83,6 +83,16 @@
 
 <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 AMD x86-64
+architecture.  This is 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]