From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121827 invoked by alias); 30 Jul 2018 16:59:59 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 121818 invoked by uid 89); 30 Jul 2018 16:59:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,KAM_ASCII_DIVIDERS,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Site, manufacturer X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 30 Jul 2018 16:59:54 +0000 Received: from svr-orw-mbx-03.mgc.mentorg.com ([147.34.90.203]) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1fkBWS-0007VX-5j from Sandra_Loosemore@mentor.com ; Mon, 30 Jul 2018 09:59:52 -0700 Received: from [127.0.0.1] (147.34.91.1) by svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Mon, 30 Jul 2018 09:59:49 -0700 Subject: Re: [0/5] C-SKY port To: Joseph Myers CC: "gcc-patches@gcc.gnu.org" , Xianmiao Qu , Han Mao , Yunhai Shang References: <49d0a2c8-51a0-4a74-d015-0bf1c1098e38@codesourcery.com> From: Sandra Loosemore Message-ID: Date: Mon, 30 Jul 2018 16:59:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/mixed; boundary="------------5AFCAAA691D22486ACF9384F" X-SW-Source: 2018-07/txt/msg01867.txt.bz2 --------------5AFCAAA691D22486ACF9384F Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-length: 467 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 --------------5AFCAAA691D22486ACF9384F Content-Type: text/x-patch; name="csky-doc.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="csky-doc.patch" Content-length: 2807 ? 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 @@

News

+
C-SKY support + [2018-xx-xx]
+
GCC support for C-SKY V2 processors has been added. This back + end was contributed by C-SKY Microsystems and Mentor Graphics.
+
GNU Tools Cauldron 2018 [2018-07-29]
Will be held in Manchester, September 7-9 2018
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 @@
Site with CPU documentation +
  • C-SKY +
    Manufacturer: C-SKY Microsystems +
    C-SKY Documentation +
  • +
  • Epiphany
    Manufacturer: Adapteva
    Manufacturer's website 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 @@ +

    C-SKY

    +
      +
    • + A new back end targeting C-SKY V2 processors has been contributed to GCC. +
    • +
    + --------------5AFCAAA691D22486ACF9384F--