From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10655 invoked by alias); 26 Oct 2018 15:16:46 -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 10646 invoked by uid 89); 26 Oct 2018 15:16:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KHOP_DYNAMIC,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=Hx-languages-length:226 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; Fri, 26 Oct 2018 15:16:44 +0000 Received: from pps.filterd (m0098410.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w9QEwkR3027720 for ; Fri, 26 Oct 2018 11:16:43 -0400 Received: from e33.co.us.ibm.com (e33.co.us.ibm.com [32.97.110.151]) by mx0a-001b2d01.pphosted.com with ESMTP id 2nc2rc0ajg-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 26 Oct 2018 11:16:43 -0400 Received: from localhost by e33.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 26 Oct 2018 09:16:42 -0600 Received: from b03cxnp08028.gho.boulder.ibm.com (9.17.130.20) by e33.co.us.ibm.com (192.168.1.133) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Fri, 26 Oct 2018 09:16:39 -0600 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 w9QFGauO5505272 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 26 Oct 2018 15:16:36 GMT Received: from b03ledav005.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 6E524BE053; Fri, 26 Oct 2018 15:16:36 +0000 (GMT) Received: from b03ledav005.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 2FF86BE056; Fri, 26 Oct 2018 15:16:36 +0000 (GMT) Received: from pedro.localdomain (unknown [9.85.183.48]) by b03ledav005.gho.boulder.ibm.com (Postfix) with ESMTP; Fri, 26 Oct 2018 15:16:36 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id 75E4E3C045E; Fri, 26 Oct 2018 12:16:17 -0300 (-03) From: Pedro Franco de Carvalho To: Pedro Alves , Ulrich Weigand Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v5 00/12] GDB support for more powerpc registers on linux In-Reply-To: <0d36db86-2310-ccc7-6575-d6070692933c@redhat.com> References: <20181024175859.67D97D801EB@oc3748833570.ibm.com> <0d36db86-2310-ccc7-6575-d6070692933c@redhat.com> Date: Fri, 26 Oct 2018 15:16:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 18102615-0036-0000-0000-00000A51D7E6 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00009939; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000268; SDB=6.01108290; UDB=6.00574086; IPR=6.00888376; MB=3.00023918; MTD=3.00000008; XFM=3.00000015; UTC=2018-10-26 15:16:40 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18102615-0037-0000-0000-0000496C4053 Message-Id: <87zhv020xq.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00621.txt.bz2 Pedro Alves writes: > I'm fine with merging the patchset as is. Thanks a lot! I've checked these in now. -- Pedro Franco de Carvalho