Hi,

This WWW update announces the new PRU port in WWW docs, and fills in the 
backend characteristics.

Thanks,
Dimitar

Index: htdocs/backends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/backends.html,v
retrieving revision 1.85
diff -u -r1.85 backends.html
--- htdocs/backends.html        13 Jun 2019 18:15:29 -0000      1.85
+++ htdocs/backends.html        19 Jun 2019 16:54:23 -0000
@@ -104,6 +104,7 @@
 pa         |     Q   CBD  qr  b   i  e
 pdp11      |    L   IC    qr  b      e
 powerpcspe |     Q   C    qr pb   ia
+pru        |    L  F               a  s
 riscv      |     Q   C    qr     gia
 rl78       |    L  F     l       g    s
 rs6000     |     Q   C    qr pb   ia
Index: htdocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.1129
diff -u -r1.1129 index.html
--- htdocs/index.html   3 May 2019 09:05:54 -0000       1.1129
+++ htdocs/index.html   19 Jun 2019 16:54:23 -0000
@@ -54,6 +54,10 @@
 <h2 id="news">News</h2>
 <dl>
 
+<dt><span>PRU support</span>
+     <span class="date">[2019-06-12]</span></dt>
+     <dd>GCC support for TI PRU I/O processors has been added.</dd>
+
 <dt><span><a href="gcc-9/">GCC 9.1</a> released</span>
     <span class="date">[2019-05-03]</span></dt>
     <dd></dd>
Index: htdocs/readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.314
diff -u -r1.314 readings.html
--- htdocs/readings.html        11 Jun 2019 06:06:18 -0000      1.314
+++ htdocs/readings.html        19 Jun 2019 16:54:23 -0000
@@ -253,6 +253,12 @@
   <br /><a href="http://simh.trailing-edge.com/";>Simulators</a>
  </li>
 
+ <li>pru
+   <br />Manufacturer: Texas Instruments
+   <br /><a href="http://processors.wiki.ti.com/index.php/PRU-ICSS";>Official 
PRU Documentation</a>
+   <br /><a href="https://elinux.org/Category:PRU";>Community PRU 
Documentation</a>
+ </li>
+
  <li>riscv
   <br />Manufacturer: Many (open ISA standard)
   <br /><a href="https://riscv.org";>RISC-V Foundation</a>
Index: htdocs/gcc-10/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-10/changes.html,v
retrieving revision 1.3
diff -u -r1.3 changes.html
--- htdocs/gcc-10/changes.html  13 May 2019 11:00:15 -0000      1.3
+++ htdocs/gcc-10/changes.html  19 Jun 2019 16:54:23 -0000
@@ -87,6 +87,13 @@
 
 <!-- <h3 id="powerpc">PowerPC / PowerPC64 / RS6000</h3> -->
 
+<h3 id="pru">PRU</h3>
+<ul>
+  <li>
+    A new back end targeting TI PRU I/O processors has been contributed to GCC.
+  </li>
+</ul>
+
 <!-- <h3 id="s390">S/390, System z, IBM z Systems</h3> -->
 
 <!-- <h3 id="riscv">RISC-V</h3> -->

Reply via email to