This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: java/status.html updates
- From: Per Bothner <per at bothner dot com>
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Cc: java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Wed, 30 Oct 2002 10:07:34 -0800
- Subject: Re: java/status.html updates
- References: <Pine.BSF.4.44.0210301734430.8111-100000@naos.dbai.tuwien.ac.at>
I checked in the attached patch, to add triples.
For some targets the gcj-3.1-status.html does not
contain triples, or it looks wrong (like xscale),
so I'll leave it to somebody else to fix that.
I also clarified that java.util.regex is only a place-holder.
Are we ready to add Status to the gcj navigation side-bar?
Gerald, can you do that, as I don't know how? I'd love it
if we can have a "sub-menu" on the respecive page, so on
the status.html page (only) the Status menu item would have
3 sub-elements. Is that possible, without too much work?
--
--Per Bothner
per@bothner.com http://www.bothner.com/per/
--- /tmp/status.html 2002-10-30 09:55:01.000000000 -0800
+++ ./status.html 2002-10-30 10:05:33.000000000 -0800
@@ -84,7 +84,7 @@
<dt class="package">java.util.jar</dt>
<dd>Ok.</dd>
<dt class="package">java.util.regex</dt>
-<dd>Ok.</dd>
+<dd>The classes exist, but throw InternalError.</dd>
<dt class="package">java.util.zip</dt>
<dd>Ok.</dd>
<dt class="package">java.text</dt>
@@ -110,28 +110,35 @@
</table>
<dl>
-<dt class="target">GNU/Linux on the Pentium-compatible PCs</dt>
+<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</dt>
+<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</dt>
<dd>Ok.</dd>
-<dt class="target">GNU/Linux on the Itanium (ia64) architecture</dt>
+<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 </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</dt>
+<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</dt>
+<dt class="target">SGI Irix 6.5 on Mips
+ (<code>mips-sgi-irix6.5</code>)</dt>
<dd>Works, but some tricks needed.</dd>
-<dt class="target">Windows on the Intel PC platform, using the MingW32 compiler</dt>
+<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</dt>
+<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">GNU/Linux on XScale using ELF</dt>
<dd>Ok.</dd>