From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24766 invoked by alias); 8 Sep 2014 16:51:58 -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 24741 invoked by uid 89); 8 Sep 2014 16:51:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e24smtp05.br.ibm.com Received: from e24smtp05.br.ibm.com (HELO e24smtp05.br.ibm.com) (32.104.18.26) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 08 Sep 2014 16:51:56 +0000 Received: from /spool/local by e24smtp05.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 8 Sep 2014 13:51:52 -0300 Received: from d24dlp01.br.ibm.com (9.18.248.204) by e24smtp05.br.ibm.com (10.172.0.141) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 8 Sep 2014 13:51:50 -0300 Received: from d24relay03.br.ibm.com (d24relay03.br.ibm.com [9.13.184.25]) by d24dlp01.br.ibm.com (Postfix) with ESMTP id 5EB0C3520059 for ; Mon, 8 Sep 2014 12:51:42 -0400 (EDT) Received: from d24av01.br.ibm.com (d24av01.br.ibm.com [9.8.31.91]) by d24relay03.br.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s88GotDW31064134 for ; Mon, 8 Sep 2014 13:50:56 -0300 Received: from d24av01.br.ibm.com (localhost [127.0.0.1]) by d24av01.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s88Gpmnp015144 for ; Mon, 8 Sep 2014 13:51:49 -0300 Received: from [9.78.142.5] ([9.78.142.5]) by d24av01.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id s88GpmrD015135; Mon, 8 Sep 2014 13:51:48 -0300 Message-ID: <540DDE9F.9080607@linux.vnet.ibm.com> Date: Mon, 08 Sep 2014 16:51:00 -0000 From: Edjunior Barbosa Machado User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Ulrich Weigand CC: gdb-patches@sourceware.org, Sergio Durigan Junior Subject: Re: [PATCH] ppc64le/gdbserver: Fix ppc_collect/supply_ptrace_register() routines References: <201409081443.s88EhZp9023483@d06av02.portsmouth.uk.ibm.com> In-Reply-To: <201409081443.s88EhZp9023483@d06av02.portsmouth.uk.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14090816-1798-0000-0000-000000693F1F X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00201.txt.bz2 On 09/08/2014 11:43 AM, Ulrich Weigand wrote: > Edjunior Barbosa Machado wrote: > >> gdb/gdbserver/ >> 2014-09-08 Edjunior Barbosa Machado >> >> * linux-ppc-low.c (ppc_collect_ptrace_register): Adjust routine to take >> endianness into account. >> (ppc_supply_ptrace_register): Likewise. > > This is OK. > > Thanks, > Ulrich > Thanks! I've checked in: https://sourceware.org/ml/gdb-cvs/2014-09/msg00022.html -- Edjunior