From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3876 invoked by alias); 14 Feb 2002 19:01:36 -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 3763 invoked from network); 14 Feb 2002 19:01:23 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 14 Feb 2002 19:01:23 -0000 Received: from cygbert.vinschen.de (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id LAA20735 for ; Thu, 14 Feb 2002 11:01:19 -0800 (PST) Received: (from corinna@localhost) by cygbert.vinschen.de (8.11.6/8.9.3/Linux sendmail 8.9.3) id g1EJ1HJ29657 for gdb-patches@sources.redhat.com; Thu, 14 Feb 2002 20:01:17 +0100 Date: Thu, 14 Feb 2002 11:01:00 -0000 From: Corinna Vinschen To: gdb-patches Subject: Re: [RFA]: ARM: Fix parameter handling of FP types in arm_push_arguments() Message-ID: <20020214200117.D29360@cygbert.vinschen.de> Reply-To: gdb-patches Mail-Followup-To: gdb-patches References: <20020208164956.R14241@cygbert.vinschen.de> <200202081605.QAA01859@cam-mail2.cambridge.arm.com> <20020208171305.T14241@cygbert.vinschen.de> <20020210095826.E14241@cygbert.vinschen.de> <3C6BDEBD.2B2148CD@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C6BDEBD.2B2148CD@redhat.com> User-Agent: Mutt/1.3.22.1i X-SW-Source: 2002-02/txt/msg00420.txt.bz2 On Thu, Feb 14, 2002 at 10:58:53AM -0500, Fernando Nasser wrote: > Corinna Vinschen wrote: > > > > On Fri, Feb 08, 2002 at 05:13:05PM +0100, Corinna Vinschen wrote: > > > On Fri, Feb 08, 2002 at 04:05:13PM +0000, Richard Earnshaw wrote: > > > > > 2002-02-08 Corinna Vinschen > > > > > > > > > > * arm-tdep.c (arm_push_arguments): Eliminate special float > > > > > type handling. > > > > > * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to > > > > > call standard_coerce_float_to_double(). > > > > > > > > This looks good to me. Is there a anything in the testsuite that is fixed > > > > by this? If not, can you provide one. > > > > > > Together with the "Fix FP handling for non-multiarched targets" > > > patch from a few minutes ago this fixes at least the FAILs in > > > callfuncs.exp, display.exp and oct.exp. I don't have the whole > > > list handy by now. > > > > > > Corinna > > > > Uhm, is it ok to commit now? > > > > I don't have any objection either so please check it in. Commited. Thanks, Corinna