From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9340 invoked by alias); 2 Jun 2003 05:56:52 -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 9215 invoked from network); 2 Jun 2003 05:56:51 -0000 Received: from unknown (HELO are.twiddle.net) (64.81.246.98) by sources.redhat.com with SMTP; 2 Jun 2003 05:56:51 -0000 Received: from are.twiddle.net (localhost.localdomain [127.0.0.1]) by are.twiddle.net (8.12.8/8.12.8) with ESMTP id h525upLH007631 for ; Sun, 1 Jun 2003 22:56:51 -0700 Received: (from rth@localhost) by are.twiddle.net (8.12.8/8.12.8/Submit) id h525uo1S007629 for gdb-patches@sources.redhat.com; Sun, 1 Jun 2003 22:56:50 -0700 X-Authentication-Warning: are.twiddle.net: rth set sender to rth@twiddle.net using -f Date: Mon, 02 Jun 2003 05:56:00 -0000 From: Richard Henderson To: gdb-patches@sources.redhat.com Subject: [RFA] finish conversion to non-language-specific types Message-ID: <20030602055650.GA7623@twiddle.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2003-06/txt/msg00060.txt.bz2 Ok? 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