diff options
author | Anthony Green <green@redhat.com> | 2005-03-25 20:40:02 +0000 |
---|---|---|
committer | Anthony Green <green@redhat.com> | 2005-03-25 20:40:02 +0000 |
commit | 170cd118a9e2169798247e70160f5a638b516661 (patch) | |
tree | 436ad208cacaf0e2adb115e8533b3ea36cd71590 /gdb/ChangeLog | |
parent | 7e813ac51f6ea5e3d9ffd1597db564ea23c49d27 (diff) | |
download | gdb-170cd118a9e2169798247e70160f5a638b516661.zip gdb-170cd118a9e2169798247e70160f5a638b516661.tar.gz gdb-170cd118a9e2169798247e70160f5a638b516661.tar.bz2 |
Fix memset thinkos.
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 af7cda3..580087d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2005-03-25 Anthony Green <green@redhat.com> + + * remote.c (remote_store_registers): Fix memset usage. + * std-regs.c (value_of_builtin_frame_reg): Ditto. + (value_of_builtin_frame_fp_reg): Ditto. + (value_of_builtin_frame_reg): Ditto. + 2005-03-25 Mark Mitchell <mark@codesourcery.com> * ser-base.c (ser_unix_write): Rename to ... |