From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29645 invoked by alias); 30 Oct 2007 14:14:21 -0000 Received: (qmail 29630 invoked by uid 22791); 30 Oct 2007 14:14:19 -0000 X-Spam-Check-By: sourceware.org Received: from igw1.br.ibm.com (HELO igw1.br.ibm.com) (32.104.18.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 30 Oct 2007 14:14:17 +0000 Received: from mailhub3.br.ibm.com (mailhub3 [9.18.232.110]) by igw1.br.ibm.com (Postfix) with ESMTP id DEC9432C27E for ; Tue, 30 Oct 2007 12:11:28 -0200 (BRDT) Received: from d24av02.br.ibm.com (d24av02.br.ibm.com [9.18.232.47]) by mailhub3.br.ibm.com (8.13.8/8.13.8/NCO v8.5) with ESMTP id l9UEED6C2609202 for ; Tue, 30 Oct 2007 12:14:13 -0200 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 l9UEEBEA029398 for ; Tue, 30 Oct 2007 11:14:13 -0300 Received: from [9.18.238.24] ([9.18.238.24]) by d24av02.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l9UEEAFQ029344; Tue, 30 Oct 2007 11:14:11 -0300 Subject: Re: [PATCH] printf support for DFP values From: Luis Machado Reply-To: luisgpm@linux.vnet.ibm.com To: Eli Zaretskii Cc: drow@false.org, gdb-patches@sourceware.org In-Reply-To: References: <1193449497.6950.22.camel@localhost> <1193669215.4800.10.camel@localhost> <20071029201252.GA21583@caradoc.them.org> Content-Type: text/plain Date: Tue, 30 Oct 2007 18:19:00 -0000 Message-Id: <1193753649.4283.5.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 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: 2007-10/txt/msg00819.txt.bz2 On Tue, 2007-10-30 at 06:20 +0200, Eli Zaretskii wrote: > > Date: Tue, 30 Oct 2007 06:05:34 +0200 > > From: Eli Zaretskii > > CC: gdb-patches@sourceware.org > > > > Oops, you are write. > ^^^^^ > Sigh. Sorry again. Daniel did it before me. :-) So, given the advantages of having the native printf support for DFP and the disadvantages of not having support on glibc on some systems, is it ok to commit this one? (Documentation and testcases will follow). Regards, Luis