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]

Patch: FYI: gcj3.1 status update


Another status update checkin.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>
	* gcj-3.1-status.html: PR 5876 is fixed.

Index: gcj-3.1-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/gcj-3.1-status.html,v
retrieving revision 1.8
diff -u -r1.8 gcj-3.1-status.html
--- gcj-3.1-status.html 2002/03/18 17:18:01 1.8
+++ gcj-3.1-status.html 2002/03/18 19:39:15
@@ -19,14 +19,6 @@
      <td> Alex </td>
 </tr>
 
-<tr bgcolor='#eeaaaa'> <td> <a href="http://gcc.gnu.org/cgi-bin/gnatsweb.pl?database=gcc&cmd=view&pr=5876";>5876</a> </td>
-    <td> jc1 crashes when targeting mingw32.  I believe this is the
-         problem we think was introduced by my builtin function patch.
-	 Alex wrote a patch which I tested; should go in
-    </td>
-    <td> Alex </td>
-</tr>
-
 <tr bgcolor='#eeaaaa'>
 <td> <a href="http://gcc.gnu.org/cgi-bin/gnatsweb.pl?database=gcc&cmd=view&pr=5879";>5879</a> </td>
 <td>Throwing exceptions causes SEGV in GCJ-compiled code.
@@ -64,12 +56,12 @@
 
 <tr><th> Platform </th> <th> Status </th> <th> Who </th> </tr>
 
-<tr bgcolor='#aaeeee'> <td> x86 Linux</td>
+<tr bgcolor='#aaeeee'> <td>i686-pc-linux-gnu</td>
      <td> Ok </td>
      <td> Tom </td>
 </tr>
 
-<tr bgcolor='#aaeeee'> <td> alpha Linux</td>
+<tr bgcolor='#aaeeee'> <td>alphaev67-unknown-linux-gnu</td>
      <td> Ok </td>
      <td> Tom </td>
 </tr>
@@ -97,12 +89,12 @@
 </tr>
 
 <tr bgcolor='#eeaaaa'> <td> i386-pc-solaris2.8 </td>
-     <td> Bootstrap failure; also, libgcj currently not enabled by default</td>
+     <td> Two patches in progress; libgcj currently not enabled by default</td>
      <td> Rainer </td>
 </tr>
 
-<tr bgcolor='#aaeeee'> <td> mips-sgi-Irix6.5 </td>
-     <td> Build in progress </td>
+<tr bgcolor='#aaeeee'> <td> mips-sgi-irix6.5 </td>
+     <td> Ok; libgcj currently not enabled by default </td>
      <td> Rainer </td>
 </tr>
 


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