diff options
author | Luis Machado <luisgpm@br.ibm.com> | 2007-11-05 11:32:31 +0000 |
---|---|---|
committer | Luis Machado <luisgpm@br.ibm.com> | 2007-11-05 11:32:31 +0000 |
commit | 1a619819d6cb85f66a81d3ca146a960c679edfa4 (patch) | |
tree | d79458b9191b3ac748a1108187608fbf3a01262a /gdb/ChangeLog | |
parent | 9a5e27bd964ba53c203b2c4fe1df4be7f07cb37d (diff) | |
download | binutils-gdb-1a619819d6cb85f66a81d3ca146a960c679edfa4.tar.gz |
* printcmd.c: (printf_command): Add support for new DFP
modifiers %H, %D and %DD.
* configure.ac: Add check for DECFLOAT printf support.
* configure: Regenerated.
* doc/gdb.texinfo: Update printf command's description.
* testsuite/gdb.base/printcmds.exp: New function
test_printf_with_dfp.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bcc0b1f7447..df6053477dd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2007-11-05 Luis Machado <luisgpm@br.ibm.com> + + * printcmd.c: (printf_command): Add support for new DFP + modifiers %H, %D and %DD. + * configure.ac: Add check for DECFLOAT printf support. + * configure: Regenerated. + 2007-11-02 Ulrich Weigand <uweigand@de.ibm.com> * gdbtypes.h (struct cplus_struct_type): Remove runtime_ptr member. |