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]

Patch: FYI: gcj3.1 status update + news item


Another status update patch.
Also, I'm adding a gcj news item for the mingw32 port.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* index.html: Mention mingw32 port.

	* gcj-3.1-status.html (ia64-*-linux-gnu): Now ok.
	(alpha-dec-osf5.1): Updated status; linked to test results.

Index: gcj-3.1-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/gcj-3.1-status.html,v
retrieving revision 1.20
diff -u -r1.20 gcj-3.1-status.html
--- gcj-3.1-status.html 2002/03/26 03:43:42 1.20
+++ gcj-3.1-status.html 2002/03/27 03:25:37
@@ -36,10 +36,8 @@
      <td> Tom </td>
 </tr>
 
-<tr bgcolor='#eeaaaa'> <td> IA-64 Linux</td>
-     <td> <a
-     href="http://gcc.gnu.org/ml/java/2002-03/msg00229.html";>See Hans'
-     email</a>.  Hans resubmitted all patches </td>
+<tr bgcolor='#aaeeee'> <td>ia64-*-linux-gnu</td>
+     <td> Ok </td>
      <td> Hans, Andrew, et al </td>
 </tr>
 
@@ -74,7 +72,7 @@
      <td> Rainer </td>
 </tr>
 
-<tr bgcolor='#aaeeee'> <td> x86 Mingw32</td>
+<tr bgcolor='#aaeeee'> <td>i686-pc-mingw32</td>
      <td>Ok.  Only works as a target, not a host.
      Is still incomplete (at least Process does not work yet)
      </td>
@@ -93,8 +91,8 @@
      <td> Unknown </td>
 </tr>
 
-<tr bgcolor="#eeaaaa"> <td>alpha-dec-osf5.1</td>
-     <td> Bootstrap failure</td>
+<tr> <td>alpha-dec-osf5.1</td>
+     <td> Builds; see <a href="http://gcc.gnu.org/ml/gcc-testresults/2002-03/msg00672.html";>test results</a></td>
      <td> Rainer </td>
 </tr>
 
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.102
diff -u -r1.102 index.html
--- index.html 2002/03/25 06:32:12 1.102
+++ index.html 2002/03/27 03:25:37
@@ -74,6 +74,17 @@
 <!-- News entries start here -->
 
 <tr><td valign="top">
+<b>March 10, 2002</b>
+</td><td>
+Adam Megacz has contributed a mingw32 port of libgcj.  This port is
+still a little bit incomplete (e.g., <code>java.lang.Process</code>
+doesn't work), and it currently only works as a target, not a host.
+Still, it works, and he is using it for <a
+href="http://www.xwt.org/";>XWT</a>.  This work will appear in the
+upcoming 3.1 release.
+</td></tr>
+
+<tr><td valign="top">
 <b>February 28, 2002</b>
 </td><td>
 Bryce McKinlay has contributed a patch to optimize some of the array


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