diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-01-09 11:46:13 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-01-09 11:46:13 +0000 |
commit | 7348c5e1e3f2574f130e7e591448a8c184c0b8a3 (patch) | |
tree | 5bd2b8b54418af8bc735ee41bb0224ddde4f229e /gdb/ChangeLog | |
parent | 567995e103055787c86c42096397015a55e02fd4 (diff) | |
download | gdb-7348c5e1e3f2574f130e7e591448a8c184c0b8a3.zip gdb-7348c5e1e3f2574f130e7e591448a8c184c0b8a3.tar.gz gdb-7348c5e1e3f2574f130e7e591448a8c184c0b8a3.tar.bz2 |
Fix the documentation of valprint.c:value_print.
* valprint.c (value_print): Update the function description to
mention that the syntax of the output follows the current_language,
not necessarily C.
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 da66b7b..423fc5b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2010-01-09 Joel Brobecker <brobecker@adacore.com> + + Fix the documentation of valprint.c:value_print. + * valprint.c (value_print): Update the function description to + mention that the syntax of the output follows the current_language, + not necessarily C. + 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com> Fix displacement of separate debug info files. |