From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8461 invoked by alias); 7 Aug 2008 15:14:36 -0000 Received: (qmail 8452 invoked by uid 22791); 7 Aug 2008 15:14:35 -0000 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.31) with ESMTP; Thu, 07 Aug 2008 15:13:52 +0000 Received: from mailhub1.br.ibm.com (mailhub1 [9.18.232.109]) by igw1.br.ibm.com (Postfix) with ESMTP id 3A86E32C021 for ; Thu, 7 Aug 2008 11:45:08 -0300 (BRT) Received: from d24av02.br.ibm.com (d24av02.br.ibm.com [9.18.232.47]) by mailhub1.br.ibm.com (8.13.8/8.13.8/NCO v9.0) with ESMTP id m77FDlJL1769868 for ; Thu, 7 Aug 2008 12:13:48 -0300 Received: from d24av02.br.ibm.com (loopback [127.0.0.1]) by d24av02.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m77FDfd0031195 for ; Thu, 7 Aug 2008 12:13:41 -0300 Received: from [9.18.238.154] (dyn531929.br.ibm.com [9.18.238.154]) by d24av02.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m77FDfL4030466 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 7 Aug 2008 12:13:41 -0300 Subject: Re: [RFC] PPC: Skip call to __eabi in main() From: Luis Machado Reply-To: luisgpm@linux.vnet.ibm.com To: Daniel Jacobowitz Cc: Kevin Buettner , gdb-patches@sourceware.org In-Reply-To: <20080807140339.GA12607@caradoc.them.org> References: <20080721155343.404977d3@mesquite.lan> <1216701867.31797.26.camel@localhost.localdomain> <20080722181252.03d9ce94@mesquite.lan> <20080728172221.3dc3764e@mesquite.lan> <1217616315.29334.44.camel@gargoyle> <20080806174037.7cfe6445@mesquite.lan> <20080807140339.GA12607@caradoc.them.org> Content-Type: text/plain Date: Thu, 07 Aug 2008 15:14:00 -0000 Message-Id: <1218121998.27999.2.camel@gargoyle> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit 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: 2008-08/txt/msg00150.txt.bz2 On Thu, 2008-08-07 at 10:03 -0400, Daniel Jacobowitz wrote: > On Wed, Aug 06, 2008 at 05:40:37PM -0700, Kevin Buettner wrote: > > With regard to my patch, I'd prefer to commit it in its present form > > and then address improvements to PowerPC instruction decoding at a > > later time. I considered using my preferred approach when I adjusted > > my patch, but decided against doing so because a different approach > > (that of using explicit masks and comparisons) was already in use. > > I think this is reasonable. > Sounds good. We can unify the handling of those later most probably. Regards, Luis