From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110032 invoked by alias); 26 Jun 2018 18:52: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 110010 invoked by uid 89); 26 Jun 2018 18:52:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=Hx-languages-length:229, U*palves, sk:palves, sk:palves@ X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0a-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.156.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 26 Jun 2018 18:52:34 +0000 Received: from pps.filterd (m0098396.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w5QImkI3089741 for ; Tue, 26 Jun 2018 14:52:33 -0400 Received: from e35.co.us.ibm.com (e35.co.us.ibm.com [32.97.110.153]) by mx0a-001b2d01.pphosted.com with ESMTP id 2jurm46r05-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 26 Jun 2018 14:52:32 -0400 Received: from localhost by e35.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 26 Jun 2018 12:52:32 -0600 Received: from b03cxnp08025.gho.boulder.ibm.com (9.17.130.17) by e35.co.us.ibm.com (192.168.1.135) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Tue, 26 Jun 2018 12:52:30 -0600 Received: from b03ledav004.gho.boulder.ibm.com (b03ledav004.gho.boulder.ibm.com [9.17.130.235]) by b03cxnp08025.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w5QIqS1q16712028 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 26 Jun 2018 11:52:28 -0700 Received: from b03ledav004.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id DC4247805F; Tue, 26 Jun 2018 12:52:27 -0600 (MDT) Received: from b03ledav004.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id A30867805E; Tue, 26 Jun 2018 12:52:27 -0600 (MDT) Received: from pedro.localdomain (unknown [9.18.235.82]) by b03ledav004.gho.boulder.ibm.com (Postfix) with ESMTP; Tue, 26 Jun 2018 12:52:27 -0600 (MDT) Received: by pedro.localdomain (Postfix, from userid 1000) id 277E33C03A8; Tue, 26 Jun 2018 15:52:25 -0300 (-03) From: Pedro Franco de Carvalho To: Pedro Alves , gdb-patches@sourceware.org Cc: uweigand@de.ibm.com Subject: Re: [PATCH 4/4] Variable size for regs mask in collection list In-Reply-To: <260c8d22-f46d-8c59-28df-fae45a3506ab@redhat.com> References: <20180620210855.6385-1-pedromfc@linux.vnet.ibm.com> <20180620210855.6385-5-pedromfc@linux.vnet.ibm.com> <260c8d22-f46d-8c59-28df-fae45a3506ab@redhat.com> Date: Tue, 26 Jun 2018 18:52:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 18062618-0012-0000-0000-00001682CC17 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00009259; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000266; SDB=6.01052703; UDB=6.00539689; IPR=6.00830627; MB=3.00021866; MTD=3.00000008; XFM=3.00000015; UTC=2018-06-26 18:52:31 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18062618-0013-0000-0000-0000537607D2 Message-Id: <87lgb1bct2.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00622.txt.bz2 Pedro Alves writes: > Hi, > > I quickly skimmed this one and noticed a couple formatting nits, > mentioned below. Thanks! I will change these.