From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12614 invoked by alias); 17 Sep 2003 18:22:37 -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 12530 invoked from network); 17 Sep 2003 18:22:36 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 17 Sep 2003 18:22:36 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A8D382B89; Wed, 17 Sep 2003 14:22:34 -0400 (EDT) Message-ID: <3F68A66A.90605@redhat.com> Date: Wed, 17 Sep 2003 18:22:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason Thorpe Cc: Kevin Buettner , gdb-patches@sources.redhat.com Subject: Re: [rfa?] Fix PPC32 struct return References: <6944FCD3-E933-11D7-9115-000A957650EC@wasabisystems.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00375.txt.bz2 > > On Tuesday, September 16, 2003, at 01:28 PM, Kevin Buettner wrote: > > * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function. > (ppcnbsd_init_abi): Set "use_struct_convention" to > "ppcnbsd_use_struct_convention". > > This change is okay with me. I want Jason to give his okay first > though before you commit it... > > Yah, I think this is okay. Sorry, I have been so busy I have not had much time to look into this (once Intel Developer Forum is over, things will calm down enough that I can take a peek). > > I seem to recall looking at this issue once before... But I don't remember whether I resolved it or not. Apparently I didn't. I think it was. It appears, though, that since then (1.5->1.6) NetBSD changed the ABI? anyway, committed, Andrew