From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56413 invoked by alias); 9 May 2016 12:22:45 -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 56391 invoked by uid 89); 9 May 2016 12:22:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:755 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 May 2016 12:22:41 +0000 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Websense Email with ESMTPS id A2532D91D3740; Mon, 9 May 2016 13:22:35 +0100 (IST) Received: from hhmail02.hh.imgtec.org ([fe80::5400:d33e:81a4:f775]) by HHMAIL01.hh.imgtec.org ([fe80::710b:f219:72bc:e0b3%26]) with mapi id 14.03.0266.001; Mon, 9 May 2016 13:22:38 +0100 From: Robert Suchanek To: Matthew Fortune , "Catherine_Moore@mentor.com" CC: "gcc-patches@gcc.gnu.org" Subject: RE: [PATCH 1/4] [MIPS] Add support for MIPS SIMD Architecture (MSA) Date: Mon, 09 May 2016 12:22:00 -0000 Message-ID: References: <6D39441BF12EF246A7ABCE6654B023537E3C4A12@hhmail02.hh.imgtec.org> <6D39441BF12EF246A7ABCE6654B023537E3FDE8B@hhmail02.hh.imgtec.org> In-Reply-To: <6D39441BF12EF246A7ABCE6654B023537E3FDE8B@hhmail02.hh.imgtec.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00614.txt.bz2 Hi Matthew, > One small tweak, ChangeLog should wrap at 74 columns. Done. > Please consider the > full list of authors for this patch as it has had many major contributors > now. I believe this includes at least the following for the implementation > but fewer for the testsuite updates: >=20 > Robert Suchanek > Sameera Deshpande > Matthew Fortune > Graham Stott > Chao-ying Fu Of course. All patches have or will have the correct contributors in Chang= eLog. >=20 > Otherwise, OK to commit! I removed __builtin_msa_[d]lsa from extend.texi as part of the pre-commit c= hecks. These two were listed in the docs but never defined. Removed as obvious. Committed as r236030. Regards, Robert