From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13336 invoked by alias); 3 Jun 2002 13:13:04 -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 13317 invoked from network); 3 Jun 2002 13:13:02 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 3 Jun 2002 13:13:02 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 4E9C13EB4; Mon, 3 Jun 2002 09:13:14 -0400 (EDT) Message-ID: <3CFB6B6A.8030605@cygnus.com> Date: Mon, 03 Jun 2002 06:13:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc3) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason R Thorpe Cc: Michael Elizabeth Chastain , gdb-patches@sources.redhat.com Subject: Re: [rfa:ppc] Fix PPC/NBSD struct return; Was: userdef.exp regression for ppc? References: <200206011546.g51FkMj30586@duracef.shout.net> <3CF902B0.50405@cygnus.com> <20020602132916.G27682@dr-evil.shagadelic.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00037.txt.bz2 > Here is the patch I checked in. > > * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set > use_struct_convention to ppc_sysv_abi_broken_use_struct_convention. > Can I suggest adding a comment to the C file that contains the results of your research? That way, those that follow won't try to put it back again :-) Andrew