From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16393 invoked by alias); 2 Jun 2003 16:31:09 -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 16384 invoked from network); 2 Jun 2003 16:31:08 -0000 Received: from unknown (HELO crack.them.org) (146.82.138.56) by sources.redhat.com with SMTP; 2 Jun 2003 16:31:08 -0000 Received: from dsl093-172-017.pit1.dsl.speakeasy.net ([66.93.172.17] helo=nevyn.them.org ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 19MsDr-0006Rg-00; Mon, 02 Jun 2003 11:31:47 -0500 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 19MsDB-0001wc-00; Mon, 02 Jun 2003 12:31:05 -0400 Date: Mon, 02 Jun 2003 16:31:00 -0000 From: Daniel Jacobowitz To: Richard Henderson Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] finish conversion to non-language-specific types Message-ID: <20030602163105.GB7419@nevyn.them.org> Mail-Followup-To: Richard Henderson , gdb-patches@sources.redhat.com References: <20030602055650.GA7623@twiddle.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030602055650.GA7623@twiddle.net> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-06/txt/msg00071.txt.bz2 On Sun, Jun 01, 2003 at 10:56:50PM -0700, Richard Henderson wrote: > Ok? Definitely. > r~ > > > * alpha-tdep.c (alpha_push_dummy_call): Use > builtin_type_ieee_double_little instead of builtin_type_double. > > --- alpha-tdep.c.6 2003-06-01 22:46:43.000000000 -0700 > +++ alpha-tdep.c 2003-06-01 22:47:47.000000000 -0700 > @@ -296,7 +296,7 @@ alpha_push_dummy_call (struct gdbarch *g > if (accumulate_size < sizeof (arg_reg_buffer) > && TYPE_LENGTH (arg_type) == 4) > { > - arg_type = builtin_type_double; > + arg_type = builtin_type_ieee_double_little; > arg = value_cast (arg_type, arg); > } > /* Tru64 5.1 has a 128-bit long double, and passes this by > -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer