diff options
author | Fred Fish <fnf@specifix.com> | 2002-09-10 02:04:38 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2002-09-10 02:04:38 +0000 |
commit | d0aee0c4b88915e1d0f8facb6a139e972ebee115 (patch) | |
tree | dc22f2712531d34d5cec87c84e285de5dbf545b5 /gdb/ChangeLog | |
parent | 4a386c0bd25d8336568864c0507740cdbd79018e (diff) | |
download | gdb-d0aee0c4b88915e1d0f8facb6a139e972ebee115.zip gdb-d0aee0c4b88915e1d0f8facb6a139e972ebee115.tar.gz gdb-d0aee0c4b88915e1d0f8facb6a139e972ebee115.tar.bz2 |
Reviewed and approved by Kevin Buettner <kevinb@redhat.com>
2002-09-09 Fred Fish <fnf@intrinsity.com>
* printcmd.c (print_scalar_formatted): "len" is the number of
target bytes, NOT the number of target bits.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 07c9412..9df64f6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-09-09 Fred Fish <fnf@intrinsity.com> + + * printcmd.c (print_scalar_formatted): "len" is the number of + target bytes, NOT the number of target bits. + 2002-09-09 Elena Zannoni <ezannoni@redhat.com> From: Emmanuel Thome' <thome@lix.polytechnique.fr> |