From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24556 invoked by alias); 2 Nov 2007 12:07:34 -0000 Received: (qmail 24520 invoked by uid 22791); 2 Nov 2007 12:07:33 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 02 Nov 2007 12:07:30 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-163-103.inter.net.il [84.228.163.103]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EAJ82542 (AUTH halo1); Fri, 2 Nov 2007 14:07:19 +0200 (IST) Date: Fri, 02 Nov 2007 12:07:00 -0000 Message-Id: From: Eli Zaretskii To: luisgpm@linux.vnet.ibm.com CC: drow@false.org, gdb-patches@sourceware.org In-reply-to: <1193932791.4994.16.camel@localhost> (message from Luis Machado on Thu, 01 Nov 2007 12:59:51 -0300) Subject: Re: [PATCH] printf support for DFP values Reply-to: Eli Zaretskii References: <1193449497.6950.22.camel@localhost> <1193669215.4800.10.camel@localhost> <20071029201252.GA21583@caradoc.them.org> <1193753649.4283.5.camel@localhost> <1193879919.4994.2.camel@localhost> <20071101153418.GA19992@caradoc.them.org> <1193932791.4994.16.camel@localhost> 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-11/txt/msg00021.txt.bz2 > From: Luis Machado > Cc: Eli Zaretskii , gdb-patches@sourceware.org > Date: Thu, 01 Nov 2007 12:59:51 -0300 > > This should be the final version then. It's okay, except for one tiny gotcha: > +@itemize @bullet > +@item > +@samp{H} for printing Decimal32 types. > + > +@item > +@samp{D} for printing Decimal64 types. > + > +@item > +@samp{DD} for printing Decimal128 types. > +@end itemize I asked to give those Decimal* types the @code markup, since they are C symbols.