From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26350 invoked by alias); 10 Oct 2005 01:18:44 -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 26336 invoked by uid 22791); 10 Oct 2005 01:18:42 -0000 Received: from s142-179-108-108.bc.hsia.telus.net (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 10 Oct 2005 01:18:42 +0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id B63F747E76; Sun, 9 Oct 2005 18:18:40 -0700 (PDT) Date: Mon, 10 Oct 2005 01:18:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/i386] Functions returning TYPE_CODE_ARRAY types ... Message-ID: <20051010011840.GM22319@adacore.com> References: <20051008075513.GC22319@adacore.com> <200510091912.j99JCrxB007502@elgar.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510091912.j99JCrxB007502@elgar.sibelius.xs4all.nl> User-Agent: Mutt/1.4i X-SW-Source: 2005-10/txt/msg00090.txt.bz2 > > 2005-10-07 Joel Brobecker > > > > * i386-tdep.c (i386_reg_struct_return_p): Allow array types as well. > > (i386_return_value): Add handling for functions that return array > > types. > > ...this makes sense to me. Please go ahead. Thank you. Checked in. -- Joel