From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23008 invoked by alias); 12 Mar 2012 13:43:57 -0000 Received: (qmail 22999 invoked by uid 22791); 12 Mar 2012 13:43:57 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Mar 2012 13:43:36 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id q2CDhI3Q012380; Mon, 12 Mar 2012 14:43:18 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id q2CDhGKx015959; Mon, 12 Mar 2012 14:43:16 +0100 (CET) Date: Mon, 12 Mar 2012 13:43:00 -0000 Message-Id: <201203121343.q2CDhGKx015959@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: chris.january@allinea.com CC: brobecker@adacore.com, gdb-patches@sourceware.org In-reply-to: <1331558060.2783.20.camel@gumtree> (message from Chris January on Mon, 12 Mar 2012 13:14:20 +0000) Subject: Re: [PATCH] AIX: Add another way of setting up the frame pointer to skip_prologue References: <1331217602.2742.14.camel@gumtree> <20120309194834.GG2853@adacore.com> <1331558060.2783.20.camel@gumtree> 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/msg00396.txt.bz2 > 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.