From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6626 invoked by alias); 10 Aug 2018 18:12:41 -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 6608 invoked by uid 89); 10 Aug 2018 18:12:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy= 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, 10 Aug 2018 18:12:40 +0000 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w7AI9MxF075332 for ; Fri, 10 Aug 2018 14:12:39 -0400 Received: from e14.ny.us.ibm.com (e14.ny.us.ibm.com [129.33.205.204]) by mx0a-001b2d01.pphosted.com with ESMTP id 2ksdg4n0ka-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 10 Aug 2018 14:12:38 -0400 Received: from localhost by e14.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 10 Aug 2018 14:12:37 -0400 Received: from b01cxnp22034.gho.pok.ibm.com (9.57.198.24) by e14.ny.us.ibm.com (146.89.104.201) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Fri, 10 Aug 2018 14:12:21 -0400 Received: from b01ledav005.gho.pok.ibm.com (b01ledav005.gho.pok.ibm.com [9.57.199.110]) by b01cxnp22034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w7AICKJg10813598 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 10 Aug 2018 18:12:20 GMT Received: from b01ledav005.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 0556BAE066; Fri, 10 Aug 2018 14:12:17 -0400 (EDT) Received: from b01ledav005.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id CC114AE05F; Fri, 10 Aug 2018 14:12:16 -0400 (EDT) Received: from pedro.localdomain (unknown [9.85.205.203]) by b01ledav005.gho.pok.ibm.com (Postfix) with ESMTP; Fri, 10 Aug 2018 14:12:16 -0400 (EDT) Received: by pedro.localdomain (Postfix, from userid 1000) id 2A9FD3C0472; Fri, 10 Aug 2018 15:12:18 -0300 (-03) From: Pedro Franco de Carvalho To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2 09/12] [PowerPC] Add support for TAR In-Reply-To: <83eff6oex7.fsf@gnu.org> References: <20180810025210.6942-1-pedromfc@linux.ibm.com> <20180810025210.6942-10-pedromfc@linux.ibm.com> <83eff6oex7.fsf@gnu.org> Date: Fri, 10 Aug 2018 18:12:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 18081018-0052-0000-0000-0000031CE10F X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00009519; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000266; SDB=6.01071735; UDB=6.00551975; IPR=6.00851531; MB=3.00022639; MTD=3.00000008; XFM=3.00000015; UTC=2018-08-10 18:12:35 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18081018-0053-0000-0000-00005DAEAE33 Message-Id: <87d0uqhz0d.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00291.txt.bz2 Eli Zaretskii writes: > OK for the gdb.texinfo part. > > Thanks. Thank you for reviewing these. -- Pedro Franco de carvalho