On 07/26/2018 05:04 PM, Joseph Myers wrote:
Could you provide the proposed GCC website changes for the port (backends.html, readings.html, news item for index.html)? readings.html, in particular, would link to the ABI and ISA documentation, while backends.html gives summary information about the properties of both the architecture and the GCC port.
The attached patch is a bit drafty, but I think it at least as placeholders for everything.
-Sandra
? htdocs/backends.html.~1.78.~ ? htdocs/index.html.~1.1090.~ ? htdocs/readings.html.~1.296.~ Index: htdocs/backends.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/backends.html,v retrieving revision 1.78 diff -u -r1.78 backends.html --- htdocs/backends.html 28 Jul 2018 22:20:20 -0000 1.78 +++ htdocs/backends.html 30 Jul 2018 16:56:17 -0000 @@ -76,6 +76,7 @@ c6x | S CB gi cr16 | L F C g s cris | F B c gi s +csky | b ia epiphany | C gi s fr30 | ?? FI B pb mg s frv | ?? B b i s Index: htdocs/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.1090 diff -u -r1.1090 index.html --- htdocs/index.html 30 Jul 2018 01:38:08 -0000 1.1090 +++ htdocs/index.html 30 Jul 2018 16:56:17 -0000 @@ -52,6 +52,11 @@ <h2 id="news">News</h2> <dl> +<dt><span>C-SKY support</span> + <span class="date">[2018-xx-xx]</span></dt> + <dd>GCC support for C-SKY V2 processors has been added. This back + end was contributed by C-SKY Microsystems and Mentor Graphics.</dd> + <dt><span><a href="https://gcc.gnu.org/wiki/cauldron2018">GNU Tools Cauldron 2018</a></span> <span class="date">[2018-07-29]</span></dt> <dd>Will be held in Manchester, September 7-9 2018</dd> Index: htdocs/readings.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.296 diff -u -r1.296 readings.html --- htdocs/readings.html 28 Jul 2018 22:20:20 -0000 1.296 +++ htdocs/readings.html 30 Jul 2018 16:56:17 -0000 @@ -120,6 +120,11 @@ <br /><a href="http://developer.axis.com/">Site with CPU documentation</a> </li> + <li>C-SKY + <br />Manufacturer: C-SKY Microsystems + <br /><a href="https://github.com/c-sky/csky-doc">C-SKY Documentation</a> + </li> + <li>Epiphany <br />Manufacturer: Adapteva <br /><a href="http://www.adapteva.com/">Manufacturer's website</a> with Index: htdocs/gcc-9/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v retrieving revision 1.15 diff -u -r1.15 changes.html --- htdocs/gcc-9/changes.html 25 Jul 2018 21:54:59 -0000 1.15 +++ htdocs/gcc-9/changes.html 30 Jul 2018 16:56:17 -0000 @@ -138,6 +138,13 @@ <!-- <h3 id="avr">AVR</h3> --> +<h3 id="csky">C-SKY</h3> +<ul> + <li> + A new back end targeting C-SKY V2 processors has been contributed to GCC. + </li> +</ul> + <!-- <h3 id="hsa">Heterogeneous Systems Architecture</h3> --> <!-- <h3 id="x86">IA-32/x86-64</h3> -->