From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8043 invoked by alias); 4 Mar 2008 19:51:40 -0000 Received: (qmail 8035 invoked by uid 22791); 4 Mar 2008 19:51:40 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Mar 2008 19:51:18 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 4E4082AA690; Tue, 4 Mar 2008 14:51:16 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id TWoOFZ92f4KQ; Tue, 4 Mar 2008 14:51:16 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 12D472AA68C; Tue, 4 Mar 2008 14:51:16 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id C9D75E7ACB; Tue, 4 Mar 2008 11:51:13 -0800 (PST) Date: Tue, 04 Mar 2008 19:51:00 -0000 From: Joel Brobecker To: Thiago Jung Bauermann Cc: gdb-patches Subject: Re: [RFA] Support for calling functions with decimal float arguments in x86 and x86_64 Message-ID: <20080304195113.GA4212@adacore.com> References: <1202920713.20334.57.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1202920713.20334.57.camel@localhost.localdomain> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-03/txt/msg00030.txt.bz2 > 2008-02-13 Thiago Jung Bauermann > > * amd64-tdep.c (amd64_classify): Add support for decimal float > types. > * i386-tdep.c (i386_return_value): Make 128-bit decimal float > use the struct return convention. As discussed a while ago, I put this change in the 6.8 branch. -- Joel