From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31742 invoked by alias); 16 Sep 2003 20:29:05 -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 31726 invoked from network); 16 Sep 2003 20:29:05 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 16 Sep 2003 20:29:05 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h8GKT3418801 for ; Tue, 16 Sep 2003 16:29:04 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h8GKT2e26025; Tue, 16 Sep 2003 16:29:02 -0400 Received: from localhost.localdomain (vpn50-5.rdu.redhat.com [172.16.50.5]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h8GKT1xI029287; Tue, 16 Sep 2003 16:29:01 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h8GKSub07487; Tue, 16 Sep 2003 13:28:56 -0700 Date: Tue, 16 Sep 2003 20:29:00 -0000 From: Kevin Buettner Message-Id: <1030916202855.ZM7483@localhost.localdomain> In-Reply-To: Andrew Cagney "[rfa?] Fix PPC32 struct return" (Sep 13, 7:45pm) References: <3F63AC09.4070809@redhat.com> To: Andrew Cagney , Jason R Thorpe , gdb-patches@sources.redhat.com Subject: Re: [rfa?] Fix PPC32 struct return MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-09/txt/msg00365.txt.bz2 On Sep 13, 7:45pm, Andrew Cagney 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... Kevin