From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10139 invoked by alias); 23 Oct 2018 18:50:19 -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 9856 invoked by uid 89); 23 Oct 2018 18:50:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KHOP_DYNAMIC,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy= 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; Tue, 23 Oct 2018 18:50:02 +0000 Received: from pps.filterd (m0098417.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w9NIiLxV119271 for ; Tue, 23 Oct 2018 14:50:00 -0400 Received: from e17.ny.us.ibm.com (e17.ny.us.ibm.com [129.33.205.207]) by mx0a-001b2d01.pphosted.com with ESMTP id 2na6qf7dtt-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 23 Oct 2018 14:50:00 -0400 Received: from localhost by e17.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 23 Oct 2018 14:49:59 -0400 Received: from b01cxnp22036.gho.pok.ibm.com (9.57.198.26) by e17.ny.us.ibm.com (146.89.104.204) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Tue, 23 Oct 2018 14:49:58 -0400 Received: from b01ledav006.gho.pok.ibm.com (b01ledav006.gho.pok.ibm.com [9.57.199.111]) by b01cxnp22036.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w9NInuNH38273100 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 23 Oct 2018 18:49:56 GMT Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 78D4EAC05F; Tue, 23 Oct 2018 18:49:56 +0000 (GMT) Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 4A95CAC059; Tue, 23 Oct 2018 18:49:56 +0000 (GMT) Received: from pedro.localdomain (unknown [9.18.235.38]) by b01ledav006.gho.pok.ibm.com (Postfix) with ESMTP; Tue, 23 Oct 2018 18:49:56 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id 0ED2B3C03FA; Tue, 23 Oct 2018 15:49:54 -0300 (-03) From: Pedro Franco de Carvalho To: Eli Zaretskii Cc: gdb-patches@sourceware.org, uweigand@de.ibm.com Subject: Re: [PATCH v5 09/12] [PowerPC] Add support for TAR In-Reply-To: <83woq9s85m.fsf@gnu.org> References: <20181022223242.7858-1-pedromfc@linux.ibm.com> <20181022223242.7858-10-pedromfc@linux.ibm.com> <83woq9s85m.fsf@gnu.org> Date: Tue, 23 Oct 2018 18:50:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 18102318-0040-0000-0000-000004854E8C X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00009922; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000268; SDB=6.01106932; UDB=6.00573271; IPR=6.00887016; MB=3.00023875; MTD=3.00000008; XFM=3.00000015; UTC=2018-10-23 18:49:59 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18102318-0041-0000-0000-0000088D68D3 Message-Id: <8736swlcq5.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00519.txt.bz2 Eli Zaretskii writes: >> From: Pedro Franco de Carvalho >> Cc: uweigand@de.ibm.com, edjunior@gmail.com >> Date: Mon, 22 Oct 2018 19:32:39 -0300 >> >> From: Edjunior Barbosa Machado >> >> This patch adds support for the Target Address Register for powerpc >> linux native and core file targets, and in the powerpc linux server >> stub. > > Thanks, the documentation part is approved. Thanks, Eli!