From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11843 invoked by alias); 31 Jan 2008 17:32:47 -0000 Received: (qmail 11827 invoked by uid 22791); 31 Jan 2008 17:32:46 -0000 X-Spam-Check-By: sourceware.org Received: from igw2.br.ibm.com (HELO igw2.br.ibm.com) (32.104.18.25) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 31 Jan 2008 17:32:19 +0000 Received: from mailhub3.br.ibm.com (mailhub3 [9.18.232.110]) by igw2.br.ibm.com (Postfix) with ESMTP id 4291517F42D for ; Thu, 31 Jan 2008 15:25:44 -0200 (BRDT) Received: from d24av01.br.ibm.com (d24av01.br.ibm.com [9.18.232.46]) by mailhub3.br.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m0VHWG1W4505844 for ; Thu, 31 Jan 2008 15:32:16 -0200 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 m0VHWGZu025231 for ; Thu, 31 Jan 2008 15:32:16 -0200 Received: from [9.12.235.82] ([9.12.235.82]) by d24av01.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m0VHWE0U025182 for ; Thu, 31 Jan 2008 15:32:15 -0200 Subject: [RFA] NEWS entry for DFP support From: Thiago Jung Bauermann To: GDB Patches Content-Type: multipart/mixed; boundary="=-+ypx0cVw352v+pQynJVl" Date: Thu, 31 Jan 2008 17:59:00 -0000 Message-Id: <1201800732.11950.301.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.12.2 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-01/txt/msg00859.txt.bz2 --=-+ypx0cVw352v+pQynJVl Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 240 Hi, All patches for DFP support are now incorporated in GDB CVS. Thanks for the reviews and comments, folks. What about this NEWS entry to announce the feature? -- []'s Thiago Jung Bauermann Software Engineer IBM Linux Technology Center --=-+ypx0cVw352v+pQynJVl Content-Disposition: attachment; filename=dfp-news.diff Content-Type: text/x-patch; name=dfp-news.diff; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 741 2008-01-31 Thiago Jung Bauermann * NEWS: Mention Decimal Floating Point support. Index: gdb/NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.254 diff -u -r1.254 NEWS --- gdb/NEWS 30 Jan 2008 00:51:49 -0000 1.254 +++ gdb/NEWS 31 Jan 2008 17:31:09 -0000 @@ -62,6 +62,11 @@ building a single GDB executable that supports multiple remote target architectures. +* GDB now supports debugging C and C++ programs which use the +Decimal Floating Point extension. In addition, the PowerPC target +now has a set of pseudo-registers to inspect decimal float values +stored in two consecutive float registers. + * New commands remote put --=-+ypx0cVw352v+pQynJVl--