From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32109 invoked by alias); 2 Feb 2017 21:07:34 -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 32100 invoked by uid 89); 2 Feb 2017 21:07:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=achievement, family, our, News X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 02 Feb 2017 21:07:33 +0000 Received: from anthias (vie-188-118-248-047.dsl.sil.at [188.118.248.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 2DB4E3F5D6; Thu, 2 Feb 2017 16:07:27 -0500 (EST) Date: Thu, 02 Feb 2017 21:07:00 -0000 From: Gerald Pfeifer To: Palmer Dabbelt cc: gcc-patches@gcc.gnu.org, Andrew Waterman , kito.cheng@gmail.com, "Joseph S. Myers" , David Edelsohn , arnd@arndb.de, merker@debian.org, rth@redhat.com Subject: Re: New Port for RISC-V v2 In-Reply-To: <20170202090517.20384-1-palmer@dabbelt.com> Message-ID: References: <20170112023038.13449-1-palmer@dabbelt.com> <20170202090517.20384-1-palmer@dabbelt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00210.txt.bz2 Hi Palmer, On Thu, 2 Feb 2017, Palmer Dabbelt wrote: > Additionally, here's a diff against wwwdocs. This is really just to > check this is all I'm supposed to do, I can submit a proper patch via > the mailing list (I just don't know how to use CVS, sorry). > > Index: htdocs/gcc-7/changes.html > =================================================================== > +

RISC-V

> +
    > +
  • Support for the RISC-V instruction set has been added
  • > +
This looks fine and is approved. (Well, modulo adding a full stop. ;-) And of course we should add this achievement to the News section of our home page. Something like RISC-V support Support for the RISC-V processor family was added, contributed by Palmer Dabbelt and Andrew Waterman. That is pre-approved as well. Gerald