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]

Re: java/status.html updates


On Wed, 2002-10-30 at 10:07, Per Bothner wrote:
> 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.

Per asked me to fix the xscale reference.  I've also added arm-elf.

2002-11-04  Anthony Green  <green@penalty>

	* status.html: Fix xscale reference.  Add ARM.

Index: status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/status.html,v
retrieving revision 1.20
diff -2 -c -p -r1.20 status.html
*** status.html	3 Nov 2002 22:12:20 -0000	1.20
--- status.html	4 Nov 2002 18:06:37 -0000
*************** supported.</dd>
*** 154,159 ****
    (<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>
  <dt class="target">IBM s390x</dt>
  <dd>Ok, in CVS.</dd>
--- 154,163 ----
    (<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>


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