From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 579 invoked by alias); 2 Jan 2007 03:50:04 -0000 Received: (qmail 565 invoked by uid 22791); 2 Jan 2007 03:50:04 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 02 Jan 2007 03:49:58 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id D23DF48CE40; Mon, 1 Jan 2007 22:49:56 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09730-01-3; Mon, 1 Jan 2007 22:49:56 -0500 (EST) Received: from takamaka.act-europe.fr (AStDenis-105-1-58-225.w80-8.abo.wanadoo.fr [80.8.155.225]) by nile.gnat.com (Postfix) with ESMTP id 40E7448CDFF; Mon, 1 Jan 2007 22:49:56 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 1000) id A9EDE34C099; Tue, 2 Jan 2007 07:50:43 +0400 (RET) Date: Tue, 02 Jan 2007 03:50:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: gdb-patches@sourceware.org Subject: Re: [RFC] Return value cleanup in rs6000-tdep.c Message-ID: <20070102035043.GD17211@adacore.com> References: <200701011746.l01HkAT8016192@brahms.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200701011746.l01HkAT8016192@brahms.sibelius.xs4all.nl> User-Agent: Mutt/1.4.2.2i 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: 2007-01/txt/msg00039.txt.bz2 > This gets rid of a lot of deprecated stuff in rs6000-tdep.c. I > "tested" this code on OpenBSD/macppc, by forcing it to use this code. > The only failures I saw were in the handling of small structures, > which was of course expected since PowerOpen/AIX passes them in > memory, but OpenBSD doesn't. Thanks, Mark. > But if anyone wants to test this on a real AIX system, I want to give > them a chance. I'll commit this by the end of the week if nobody > speaks up. I have launched a round of testing on our AIX machine. This machine is really slow, particularly when it comes to running the testsuite, so it might be a while before I have the results. -- Joel