This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj status query
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: java at gcc dot gnu dot org
- Date: Sat, 10 Jul 2004 23:42:12 +0200
- Subject: Re: gcj status query
- References: <40F04E25.107@pop.agri.ch>
Andreas Tobler wrote:
What do you think, do these informations reflect the status enough or do
we need to go into more detail (or less)?
Would this be a start?
Note, the informations are NOT correct, just an idea on how to represent.
Andreas
Index: wwwdocs/htdocs/java/status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/status.html,v
retrieving revision 1.29
diff -u -r1.29 status.html
--- wwwdocs/htdocs/java/status.html 22 Apr 2004 16:06:53 -0000 1.29
+++ wwwdocs/htdocs/java/status.html 10 Jul 2004 21:40:42 -0000
@@ -14,8 +14,7 @@
<h1>GCJ Status</h1>
-<p>Status of GCJ as of GCC 3.2. Improvements that are only
-in current development versions are marked as "in CVS".</p>
+<p>Status of GCJ as of GCC 3.4.1. Improvements that are only in current development versions are marked as "in CVS".</p>
<table id="features" border="0" cellpadding="4" width="95%">
<tr bgcolor="#b0d0ff">
@@ -123,52 +122,58 @@
</tr>
</table>
-<dl>
-<dt class="target">GNU/Linux on the Pentium-compatible PCs
- (<code>i[56]86-pc-linux-gnu</code>)</dt>
-<dd>Ok.</dd>
-<dt class="target">FreeBSD on the Pentium-compatible PCs
- (<code>i[56]86-pc-freebsd*</code>)</dt>
-<dd>Ok.</dd>
-<dt class="target">GNU/Linux on Alpha
- (<code>alpha*-*-linux-gnu</code>)</dt>
-<dd>Ok.</dd>
-<dt class="target">GNU/Linux on the Itanium (ia64) architecture
- (<code>ia64-*-linux-gnu</code>)</dt>
-<dd>Ok.</dd>
-<dt class="target">GNU/Linux on PowerPC</dt>
-<dd>Ok.</dd>
-<dt class="target">GNU/Linux on AMD x86-64 ("Hammer") architecture
-(<code>x86_64-*-linux-gnu</code>)</dt>
-<dd>Ok, in CVS (but building with multilibs enabled needs libtool patch).</dd>
-<dt class="target">Solaris 2.5.1, 2.6, 2.7, 2.8 on SPARC
- (<code>sparc*-sun-solaris2.[5678]</code>)</dt>
-<dd>Ok for 32- and 64-bit ABIs. Byte-code interpreter not currently
-supported.</dd>
-<dt class="target">SGI Irix 6.5 on Mips
- (<code>mips-sgi-irix6.5</code>)</dt>
-<dd>Some tricks required to build. Byte-code interpreter not
-currently supported. No SEGV handler available.</dd>
-<dt class="target">Windows on the Intel PC platform, using the MingW32 compiler
- (<code>i[56]86-pc-mingw32</code>)</dt>
-<dd>Works for target; works for host (in CVS). Is incomplete.</dd>
-<dt class="target">PPC Darwin (including MacOS X)</dt>
-<dd>Some kludges needed.</dd>
-<dt class="target">DEC OSF 4.0f and OSF 5.1 on Alpha
- (<code>alpha-dec-osf4.0f</code>, <code>alpha-dec-osf5.1</code>)</dt>
-<dd>Ok.</dd>
-<dt class="target">Bare metal ARM ELF using newlib
- (<code>arm-elf</code>)</dt>
-<dd>Ok, in CVS. No threads, file I/O or networking.</dd>
-<dt class="target">Bare metal XScale ELF using newlib
- (<code>xscale-elf</code>)</dt>
-<dd>Ok. No threads, file I/O or networking.</dd>
-<dt class="target">IBM s390x</dt>
-<dd>Ok, in CVS.</dd>
-<dt class="target">GNU/Linux on Hitachi SH-3/4 micro-controller
- (<code>sh[34]-*-linux</code>)</dt>
-<dd>Ok, in CVS.</dd>
-</dl>
+<table align="center" border="1">
+<caption>Target status</caption>
+<tr><th>Target</th> <th>Native</th> <th>Interpreter</th> <th>Signals</th>
+ <th>Results</th> <th>Notes</th>
+</tr>
+<tr><td><code>i[56]86-pc-linux-gnu</code></td> <td>Ok</td> <td>Ok</td>
+ <td>Ok</td> <td></td> <td></td>
+</tr>
+<tr><td><code>i[56]86-pc-freebsd*</code></td> <td>Ok</td> <td>Ok</td>
+ <td>Ok</td> <td></td> <td></td>
+</tr>
+<tr><td><code>alpha*-*-linux-gnu</code></td> <td>Ok</td> <td>Ok</td>
+ <td>Ok</td> <td></td> <td></td>
+</tr>
+<tr><td><code>ia64-*-linux-gnu</code></td> <td>Ok</td> <td>Ok</td>
+ <td>Ok</td> <td></td> <td></td>
+</tr>
+<tr><td><code>x86_64-*-linux-gnu</code></td> <td>Ok</td> <td>Ok</td>
+ <td>Ok</td> <td></td> <td></td>
+</tr>
+<tr><td><code>mips-sgi-irix6.5</code></td> <td>Ok</td> <td>Not Ok</td>
+ <td>Ok</td> <td></td> <td></td>
+</tr>
+<tr><td><code>i[56]86-pc-mingw32</code></td> <td>Ok</td> <td>Ok</td>
+ <td>Ok</td> <td></td> <td></td>
+</tr>
+<tr><td><code>powerpc-unknown-linux-gnu</code></td> <td>Ok</td> <td>Ok</td>
+ <td>Ok</td> <td></td> <td></td>
+</tr>
+<tr><td><code>powerpc-apple-darwin7.4.0</code></td> <td>Ok</td>
+<td>Ok</td> <td>in CVS</td> <td><a href="http://gcc.gnu.org/ml/gcc-testresults/2004-07/msg00450.html">Results</a> </td> <td></td>
+</tr>
+<tr><td><code>alpha-dec-osf4.0f</code></td> <td>Ok</td> <td>Ok</td>
+ <td>Ok</td> <td></td> <td></td>
+</tr>
+<tr><td><code>arm-elf</code></td> <td>Ok</td> <td>Ok</td>
+ <td>Ok</td> <td></td> <td></td>
+</tr>
+<tr><td><code>xscale-elf</code></td> <td>Ok</td> <td>Ok</td>
+ <td>Ok</td> <td></td> <td></td>
+</tr>
+<tr><td><code>s390-ibm-linux-gnu</code></td> <td>Ok</td> <td>Ok</td>
+ <td>Ok</td> <td></td> <td></td>
+</tr>
+<tr><td><code>sh[34]-*-linux</code></td> <td>Ok</td> <td>Ok</td>
+ <td>Ok</td> <td></td> <td></td>
+</tr>
+<tr><td><code>your target</code></td> <td>?</td> <td>?</td>
+ <td>?</td> <td>your results</td> <td>your notes regarding ... </td>
+</tr>
+</tr>
+</table>
</body>
</html>