From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12084 invoked by alias); 14 Feb 2002 19:07: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 11977 invoked from network); 14 Feb 2002 19:06:58 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 14 Feb 2002 19:06:58 -0000 Received: by fw-cam.cambridge.arm.com; id TAA29206; Thu, 14 Feb 2002 19:06:57 GMT Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma028965; Thu, 14 Feb 02 19:06:12 GMT Received: from cam-mail2.cambridge.arm.com (localhost [127.0.0.1]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id TAA06755 for ; Thu, 14 Feb 2002 19:06:11 GMT Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id TAA00619; Thu, 14 Feb 2002 19:06:11 GMT Message-Id: <200202141906.TAA00619@cam-mail2.cambridge.arm.com> X-Mailer: exmh version 2.0.2 2/24/98 To: gdb-patches cc: Richard.Earnshaw@arm.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Re: [RFA]: ARM: Fix parameter handling of FP types in arm_push_arguments() In-reply-to: Your message of "Thu, 14 Feb 2002 20:01:17 +0100." <20020214200117.D29360@cygbert.vinschen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 14 Feb 2002 11:07:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-02/txt/msg00421.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 Ah! Of course this should be done the multi-arch way now... R.