From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1002 invoked by alias); 13 Mar 2012 15:18:23 -0000 Received: (qmail 991 invoked by uid 22791); 13 Mar 2012 15:18:22 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.allinea.com (HELO mail.allinea.com) (94.125.131.200) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 13 Mar 2012 15:18:10 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.allinea.com (Postfix) with ESMTP id 71DF312E215; Tue, 13 Mar 2012 15:18:09 +0000 (GMT) Received: from mail.allinea.com ([127.0.0.1]) by localhost (mail.allinea.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p8UvIvlri0Kr; Tue, 13 Mar 2012 15:18:09 +0000 (GMT) Received: from [192.168.1.110] (unknown [94.125.131.195]) (Authenticated sender: cjanuary) by mail.allinea.com (Postfix) with ESMTPSA id 32C6B12E202; Tue, 13 Mar 2012 15:18:09 +0000 (GMT) Message-ID: <1331651889.2755.4.camel@gumtree> Subject: Re: [PATCH] AIX: Add another way of setting up the frame pointer to skip_prologue From: Chris January To: Mark Kettenis Cc: gdb-patches@sourceware.org Date: Tue, 13 Mar 2012 15:18:00 -0000 In-Reply-To: <201203121343.q2CDhGKx015959@glazunov.sibelius.xs4all.nl> References: <1331217602.2742.14.camel@gumtree> <20120309194834.GG2853@adacore.com> <1331558060.2783.20.camel@gumtree> <201203121343.q2CDhGKx015959@glazunov.sibelius.xs4all.nl> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 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: 2012-03/txt/msg00441.txt.bz2 On Mon, 2012-03-12 at 14:43 +0100, Mark Kettenis wrote: > > From: Chris January > > Date: Mon, 12 Mar 2012 13:14:20 +0000 > > > > On Fri, 2012-03-09 at 11:48 -0800, Joel Brobecker wrote: > > > Chris, > > > > > Same comments as before: Looks good, but has it been validated against > > > the testsuite? > > > > No, I have not got the test suite working reliably on AIX yet. > > If you have a Linux PowerPC box available, you could run the testsuite > there to check for regressions. I did just that, and there were no regressions. Chris