From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20230 invoked by alias); 21 Feb 2008 04:26:50 -0000 Received: (qmail 20222 invoked by uid 22791); 21 Feb 2008 04:26:49 -0000 X-Spam-Check-By: sourceware.org Received: from igw3.br.ibm.com (HELO igw3.br.ibm.com) (32.104.18.26) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 21 Feb 2008 04:26:28 +0000 Received: from mailhub1.br.ibm.com (unknown [9.18.232.109]) by igw3.br.ibm.com (Postfix) with ESMTP id 7EECE390098 for ; Thu, 21 Feb 2008 01:16:16 -0300 (BRST) Received: from d24av02.br.ibm.com (d24av02.br.ibm.com [9.18.232.47]) by mailhub1.br.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m1L4QPi43907630 for ; Thu, 21 Feb 2008 01:26:25 -0300 Received: from d24av02.br.ibm.com (loopback [127.0.0.1]) by d24av02.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m1L3QMDZ017615 for ; Thu, 21 Feb 2008 01:26:22 -0200 Received: from [9.12.237.117] ([9.12.237.117]) by d24av02.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m1L3Pd6Z016894; Thu, 21 Feb 2008 01:25:52 -0200 Subject: Re: [RFA] Support for calling functions with decimal float ?arguments ?in x86 and x86_64 From: Thiago Jung Bauermann To: Mark Kettenis Cc: gdb-patches@sourceware.org In-Reply-To: <1203560718.9433.32.camel@localhost.localdomain> References: <1202920713.20334.57.camel@localhost.localdomain> <1203529277.9433.28.camel@localhost.localdomain> <200802202354.m1KNs9PJ028261@brahms.sibelius.xs4all.nl> <1203560718.9433.32.camel@localhost.localdomain> Content-Type: text/plain Date: Thu, 21 Feb 2008 09:20:00 -0000 Message-Id: <1203566994.9433.35.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00348.txt.bz2 On Wed, 2008-02-20 at 23:25 -0300, Thiago Jung Bauermann wrote: > Ben Elliston implemented this in x86 and x86_64. Well, by "this" I mean the gcc implementation, one year ago. I wasn't clear. -- []'s Thiago Jung Bauermann Software Engineer IBM Linux Technology Center From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15737 invoked by alias); 21 Feb 2008 04:14:25 -0000 Received: (qmail 15725 invoked by uid 22791); 21 Feb 2008 04:14:23 -0000 X-Spam-Check-By: sourceware.org Received: from igw3.br.ibm.com (HELO igw3.br.ibm.com) (32.104.18.26) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 21 Feb 2008 04:14:01 +0000 Received: from mailhub1.br.ibm.com (unknown [9.18.232.109]) by igw3.br.ibm.com (Postfix) with ESMTP id 12E983900D9 for ; Thu, 21 Feb 2008 01:03:50 -0300 (BRST) Received: from d24av01.br.ibm.com (d24av01.br.ibm.com [9.18.232.46]) by mailhub1.br.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m1L4DxjU4133006 for ; Thu, 21 Feb 2008 01:13:59 -0300 Received: from d24av01.br.ibm.com (loopback [127.0.0.1]) by d24av01.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m1L3Dxah009604 for ; Thu, 21 Feb 2008 01:13:59 -0200 Received: from [9.12.237.117] ([9.12.237.117]) by d24av01.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m1L3DP9w009225; Thu, 21 Feb 2008 01:13:40 -0200 Subject: Re: [RFA] Support for calling functions with decimal float ?arguments ?in x86 and x86_64 From: Thiago Jung Bauermann To: Mark Kettenis Cc: gdb-patches@sourceware.org In-Reply-To: <1203560718.9433.32.camel@localhost.localdomain> References: <1202920713.20334.57.camel@localhost.localdomain> <1203529277.9433.28.camel@localhost.localdomain> <200802202354.m1KNs9PJ028261@brahms.sibelius.xs4all.nl> <1203560718.9433.32.camel@localhost.localdomain> Content-Type: text/plain Date: Thu, 21 Feb 2008 04:14:00 -0000 Message-ID: <1203566994.9433.35.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00347.txt.bz2 Message-ID: <20080221041400.W8HlBqNGSrvI-3MpfL0XSlPi16d2HbIHYv77rLGwh1Y@z> On Wed, 2008-02-20 at 23:25 -0300, Thiago Jung Bauermann wrote: > Ben Elliston implemented this in x86 and x86_64. Well, by "this" I mean the gcc implementation, one year ago. I wasn't clear. -- []'s Thiago Jung Bauermann Software Engineer IBM Linux Technology Center