From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28144 invoked by alias); 28 Sep 2005 18:40:25 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 28128 invoked by uid 22791); 28 Sep 2005 18:40:20 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 28 Sep 2005 18:40:20 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-161-198.inter.net.il [84.228.161.198]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id CNQ69302 (AUTH halo1); Wed, 28 Sep 2005 21:40:11 +0300 (IDT) Date: Wed, 28 Sep 2005 18:40:00 -0000 Message-Id: From: Eli Zaretskii To: Wu Zhou CC: gdb-patches@sources.redhat.com In-reply-to: (message from Wu Zhou on Wed, 28 Sep 2005 12:42:36 +0800 (CST)) Subject: Re: [RFC] Decimal Floating Point support for GDB (Part 1: patch) Reply-to: Eli Zaretskii References: X-SW-Source: 2005-09/txt/msg00282.txt.bz2 > Date: Wed, 28 Sep 2005 12:42:36 +0800 (CST) > From: Wu Zhou > > This patch is intended to add decimal floating point (DFP) support into > GDB. It currently supports the printing and setting of DFP. And also > support displaying the dfp types in function argument and backtrace. > If you think that any other features are also desired, please let me know. > I will try to see whether it can also be supported. > > Here goes the patch (testcase will be posted in another mail). Please > review and comment, any suggestion, comments and ideas are highly > appreciated. Thanks. I have a minor comment: > + default: > + error ("There is no decimal floating point of length %d", len); Please make sure all the message strings are in _(). We are planning to introduce intl support to GDB some day.