From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2521 invoked by alias); 9 Jan 2009 12:26:47 -0000 Received: (qmail 2511 invoked by uid 22791); 9 Jan 2009 12:26:47 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_92 X-Spam-Check-By: sourceware.org Received: from igw1.br.ibm.com (HELO igw1.br.ibm.com) (32.104.18.24) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Jan 2009 12:26:32 +0000 Received: from d24relay01.br.ibm.com (unknown [9.8.31.16]) by igw1.br.ibm.com (Postfix) with ESMTP id E8D4732C271 for ; Fri, 9 Jan 2009 10:20:53 -0200 (BRDT) Received: from d24av01.br.ibm.com (d24av01.br.ibm.com [9.18.232.46]) by d24relay01.br.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id n09DQ2wo3760258 for ; Fri, 9 Jan 2009 10:26:02 -0300 Received: from d24av01.br.ibm.com (loopback [127.0.0.1]) by d24av01.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n09CQT3P012652 for ; Fri, 9 Jan 2009 10:26:30 -0200 Received: from [9.18.238.95] ([9.18.238.95]) by d24av01.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n09CQTWK012649 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Jan 2009 10:26:29 -0200 Subject: Re: [PATCH] Improve the fetch/store of general-purpose and floating-point PowerPC registers From: Luis Machado Reply-To: luisgpm@linux.vnet.ibm.com To: =?ISO-8859-1?Q?S=E9rgio?= Durigan =?ISO-8859-1?Q?J=FAnior?= Cc: gdb-patches@sourceware.org, Mark Kettenis In-Reply-To: <1231436749.2026.19.camel@miki> References: <1223404355.7030.20.camel@miki> <1224184035.27672.64.camel@miki> <1231289020.2026.3.camel@miki> <200901070955.n079twBj014790@brahms.sibelius.xs4all.nl> <1231344540.2026.7.camel@miki> <1231436749.2026.19.camel@miki> Content-Type: text/plain; charset=UTF-8 Date: Fri, 09 Jan 2009 12:26:00 -0000 Message-Id: <1231503988.12849.6.camel@gargoyle> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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 X-SW-Source: 2009-01/txt/msg00190.txt.bz2 On Thu, 2009-01-08 at 15:45 -0200, Sérgio Durigan Júnior wrote: > Hey guys, > > Here's the new version, without the modifications in configure.ac. > > Thanks, > The patch looks good to me, except for two little comments on the error messages. Switch "write" to "set" and "status" to "register", nothing critical, just for the sake of keeping a standard. Else OK. Luis