aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorLuis Machado <luisgpm@br.ibm.com>2008-01-09 13:47:59 +0000
committerLuis Machado <luisgpm@br.ibm.com>2008-01-09 13:47:59 +0000
commit0aea4bf3547a3d9eb1dfdd0d6ee692e9db6a13f2 (patch)
treecd8b5ba75b2b3020421ca72704e844c3451e6cec /gdb/ChangeLog
parentd2e2e64908d10fe34d4c6763c92c21cd29ac4a80 (diff)
downloadgdb-0aea4bf3547a3d9eb1dfdd0d6ee692e9db6a13f2.zip
gdb-0aea4bf3547a3d9eb1dfdd0d6ee692e9db6a13f2.tar.gz
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/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4d62be7..c6c54ec 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-09 Luis Machado <luisgpm@br.ibm.com>
+
+ * 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.
+
2008-01-08 Joel Brobecker <brobecker@adacore.com>
* dwarf2read.c (read_enumeration_type): Add comment.