From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5866 invoked by alias); 8 Nov 2018 13:28:35 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 5845 invoked by uid 89); 8 Nov 2018 13:28:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KHOP_DYNAMIC,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=you! X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Nov 2018 13:28:34 +0000 Received: from pps.filterd (m0098416.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id wA8DQX2Y067367 for ; Thu, 8 Nov 2018 08:28:32 -0500 Received: from e31.co.us.ibm.com (e31.co.us.ibm.com [32.97.110.149]) by mx0b-001b2d01.pphosted.com with ESMTP id 2nmkkjeubt-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 08 Nov 2018 08:28:31 -0500 Received: from localhost by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 8 Nov 2018 13:28:30 -0000 Received: from b03cxnp08028.gho.boulder.ibm.com (9.17.130.20) by e31.co.us.ibm.com (192.168.1.131) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Thu, 8 Nov 2018 13:28:28 -0000 Received: from b03ledav005.gho.boulder.ibm.com (b03ledav005.gho.boulder.ibm.com [9.17.130.236]) by b03cxnp08028.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id wA8DSQlm20250776 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 8 Nov 2018 13:28:26 GMT Received: from b03ledav005.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id E9B24BE04F; Thu, 8 Nov 2018 13:28:25 +0000 (GMT) Received: from b03ledav005.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id B1931BE051; Thu, 8 Nov 2018 13:28:25 +0000 (GMT) Received: from pedro.localdomain (unknown [9.18.235.45]) by b03ledav005.gho.boulder.ibm.com (Postfix) with ESMTP; Thu, 8 Nov 2018 13:28:25 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id 308E03C046F; Thu, 8 Nov 2018 11:28:23 -0200 (-02) From: Pedro Franco de Carvalho To: Eli Zaretskii Cc: gdb-patches@sourceware.org, uweigand@de.ibm.com Subject: Re: [PATCH] [PowerPC] Document requirements for VSX feature In-Reply-To: <83y3a3bt7e.fsf@gnu.org> References: <20181108131041.14909-1-pedromfc@linux.ibm.com> <83y3a3bt7e.fsf@gnu.org> Date: Thu, 08 Nov 2018 13:28:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 18110813-8235-0000-0000-00000E237404 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00010007; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000268; SDB=6.01114458; UDB=6.00577796; IPR=6.00894556; MB=3.00024075; MTD=3.00000008; XFM=3.00000015; UTC=2018-11-08 13:28:29 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18110813-8236-0000-0000-00004348FEB9 Message-Id: <87k1lnvgug.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2018-11/txt/msg00116.txt.bz2 Eli Zaretskii writes: > The only change is the last sentence, right? I did also change "vector registers" to "vector-scalar registers" which is the proper name for them. Sorry for the confusing diff, I auto-formatted the paragraph. > The change is okay, but please include the name of the node in the > ChangeLog entry (in parentheses, as if it were the name of a > function). Ok! I'll change it to "* gdb.texinfo (PowerPC Features):" > Thanks. Thank you!