From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4251 invoked by alias); 24 Apr 2004 00:03:13 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4041 invoked from network); 24 Apr 2004 00:03:09 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 24 Apr 2004 00:03:09 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i3O039KG001585 for ; Fri, 23 Apr 2004 20:03:09 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i3O039p31005 for ; Fri, 23 Apr 2004 20:03:09 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 2727B2BAB; Fri, 23 Apr 2004 13:05:25 -0400 (EDT) Message-ID: <40894CD5.4050601@gnu.org> Date: Sat, 24 Apr 2004 00:03:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Jerome Guitton Cc: Kevin Buettner , gdb-patches@sources.redhat.com Subject: Re: [RFA] powerpc - extract a float return value References: <20040420180348.GA23715@act-europe.fr> <20040421105415.12577df1@saguaro> <20040423143821.GA27351@act-europe.fr> <408944C6.8010601@gnu.org> <20040423163928.GG27245@act-europe.fr> In-Reply-To: <20040423163928.GG27245@act-europe.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00589.txt.bz2 > Andrew Cagney (cagney@gnu.org): > > >>> FYI, ppc-elf doesn't use rs6000_extract_return_value: > > > Ouch! (It was not true for GDB 6.0, right?) I don't know (I completly rewrote the 32- and 64-bit SVR4 code). BTW, when fixing a bug always look for a FAIL/PASS transition. >>> so those test results are not relevant :-( > > > Joel Brobecker has a setup for running the testsuite on a AIX machine, I will > see with him. Sorry for the noice :-( You want to look at structs.exp, it slams GDB against a wall. I see we're missing an equivalent scalars.exp, I'll write that. Andrew