public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Sandra Loosemore <sandra@codesourcery.com>
To: Joseph Myers <joseph@codesourcery.com>
Cc: "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>,
	Xianmiao Qu	<xianmiao_qu@c-sky.com>, Han Mao <han_mao@c-sky.com>,
	Yunhai Shang	<yunhai_shang@c-sky.com>
Subject: Re: [0/5] C-SKY port
Date: Mon, 30 Jul 2018 16:59:00 -0000	[thread overview]
Message-ID: <cc6ae602-d272-fabe-de08-f8b861b7fda3@codesourcery.com> (raw)
In-Reply-To: <alpine.DEB.2.20.1807262258320.6526@digraph.polyomino.org.uk>

[-- Attachment #1: Type: text/plain, Size: 467 bytes --]

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


[-- Attachment #2: csky-doc.patch --]
[-- Type: text/x-patch, Size: 2807 bytes --]

? 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> -->

  reply	other threads:[~2018-07-30 16:59 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-24  4:17 Sandra Loosemore
2018-07-24  4:20 ` [1/5] C-SKY port: Configury Sandra Loosemore
2018-07-24 15:09   ` Jeff Law
2018-07-24  4:21 ` [2/5] C-SKY port: Backend implementation Sandra Loosemore
2018-07-24 15:45   ` Jeff Law
2018-07-24 18:19     ` Sandra Loosemore
2018-07-24 21:25       ` Jeff Law
2018-07-25  0:17         ` Sandra Loosemore
2018-07-25  4:50           ` Jeff Law
2018-07-25 13:17             ` Paul Koning
2018-07-25 14:54               ` Sandra Loosemore
2018-07-26  6:07         ` 瞿仙淼
2018-07-28  1:49           ` Sandra Loosemore
2018-08-02 22:33             ` Jeff Law
2018-08-02 22:28           ` Jeff Law
2018-08-03  7:58             ` Yunhai
2018-08-03 16:26             ` Sandra Loosemore
2018-07-24  4:23 ` [3/5] C-SKY port: Documentation Sandra Loosemore
2018-07-24 15:10   ` Jeff Law
2018-07-24  4:25 ` [4/5] C-SKY port: Testsuite Sandra Loosemore
2018-07-24 15:10   ` Jeff Law
2018-07-24  4:26 ` [5/5] C-SKY port: libgcc Sandra Loosemore
2018-07-24 15:12   ` Jeff Law
2018-07-24 18:10   ` Segher Boessenkool
2018-07-24 18:19     ` Sandra Loosemore
2018-07-24 19:46       ` Segher Boessenkool
2018-07-24 15:23 ` [0/5] C-SKY port Sandra Loosemore
2018-07-26 23:04   ` Joseph Myers
2018-07-30 16:59     ` Sandra Loosemore [this message]
2018-08-01 14:28     ` 瞿仙淼

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cc6ae602-d272-fabe-de08-f8b861b7fda3@codesourcery.com \
    --to=sandra@codesourcery.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=han_mao@c-sky.com \
    --cc=joseph@codesourcery.com \
    --cc=xianmiao_qu@c-sky.com \
    --cc=yunhai_shang@c-sky.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).