From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26717 invoked by alias); 20 Feb 2008 23:54:36 -0000 Received: (qmail 26704 invoked by uid 22791); 20 Feb 2008 23:54:35 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 20 Feb 2008 23:54:18 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1) with ESMTP id m1KNsA9t029048; Thu, 21 Feb 2008 00:54:10 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id m1KNs9PJ028261; Thu, 21 Feb 2008 00:54:09 +0100 (CET) Date: Wed, 20 Feb 2008 23:54:00 -0000 Message-Id: <200802202354.m1KNs9PJ028261@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: bauerman@br.ibm.com CC: gdb-patches@sourceware.org In-reply-to: <1203529277.9433.28.camel@localhost.localdomain> (bauerman@br.ibm.com) Subject: Re: [RFA] Support for calling functions with decimal float ?arguments ?in x86 and x86_64 References: <1202920713.20334.57.camel@localhost.localdomain> <1203529277.9433.28.camel@localhost.localdomain> 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-02/txt/msg00341.txt.bz2 > From: "Thiago Jung Bauermann" > Date: Wed, 20 Feb 2008 14:41:17 -0300 > > On Wed, 2008-02-13 at 14:38 -0200, Thiago Jung Bauermann wrote: > > The attached patch implements the calling convention for decimal > > floating point in x86 32-bits and x86_64 (arguments and return value). > > Ping? I am hoping to get this in before the branch... The diff looked ok to me. Only wondered whether there is some semi-official ABI specification for i386 for this, but even if there isn't, this diff makes sense.