From: Thiago Jung Bauermann Date: Thu, 31 Jan 2008 21:07:37 +0000 (+0000) Subject: * NEWS: Mention Decimal Floating Point support. X-Git-Tag: sid-snapshot-20080201~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d64a946d86d868d54c4e20057f8ed04e69dc0577;p=thirdparty%2Fbinutils-gdb.git * NEWS: Mention Decimal Floating Point support. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3071eed2542..4cfe1fbf5cb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-01-31 Thiago Jung Bauermann + + * NEWS: Mention Decimal Floating Point support. + 2008-01-31 Joel Brobecker * std-regs.c (value_of_builtin_frame_pc_reg): Change the returned diff --git a/gdb/NEWS b/gdb/NEWS index ea55423c573..19a7d7b2d98 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -62,6 +62,11 @@ extended-remote mode. 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