diff options
author | Luis Machado <luisgpm@br.ibm.com> | 2008-01-09 13:47:59 +0000 |
---|---|---|
committer | Luis Machado <luisgpm@br.ibm.com> | 2008-01-09 13:47:59 +0000 |
commit | 0aea4bf3547a3d9eb1dfdd0d6ee692e9db6a13f2 (patch) | |
tree | cd8b5ba75b2b3020421ca72704e844c3451e6cec /gdb/testsuite/ChangeLog | |
parent | d2e2e64908d10fe34d4c6763c92c21cd29ac4a80 (diff) | |
download | fsf-binutils-gdb-0aea4bf3547a3d9eb1dfdd0d6ee692e9db6a13f2.zip fsf-binutils-gdb-0aea4bf3547a3d9eb1dfdd0d6ee692e9db6a13f2.tar.gz fsf-binutils-gdb-0aea4bf3547a3d9eb1dfdd0d6ee692e9db6a13f2.tar.bz2 |
* printcmd.c (printf_command): Add seen_big_h, seen_big_d and
seen_double_big_d, treat the new H, D, and DD modifiers as length
modifiers.
* doc/gdb.texinfo (Output): Update documentation on using printf with DFP
types.
* testsuite/gdb.base/printcmds.exp (test_printf_with_dfp): Update
printf calls with required float modifiers.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index dc7c11a..bc898ca 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-01-09 Luis Machado <luisgpm@br.ibm.com> + + * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls + with required float modifiers. + 2008-01-08 Joel Brobecker <brobecker@adacore.com> * gdb.ada/funcall_param: New test program. |