aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTheodore A. Roth <troth@openavr.org>2003-06-04 04:31:37 +0000
committerTheodore A. Roth <troth@openavr.org>2003-06-04 04:31:37 +0000
commit7d58c67dbb8ad7f7094aa4d3dd85b60116593d04 (patch)
treee533ba78536a84d6dbbf99a11633dc67983318f2 /gdb/ChangeLog
parent0a48e7e82632466952c5916cd4c22021c41fdf50 (diff)
downloadgdb-7d58c67dbb8ad7f7094aa4d3dd85b60116593d04.zip
gdb-7d58c67dbb8ad7f7094aa4d3dd85b60116593d04.tar.gz
gdb-7d58c67dbb8ad7f7094aa4d3dd85b60116593d04.tar.bz2
* remote.c (init_remote_state): Compute sizeof_g_packet by
accumulation of the size of all registers instead of blindly using DEPRECATED_REGISTER_BYTES.
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 7b72701..0202a1e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-03 Theodore A. Roth <troth@openavr.org>
+
+ * remote.c (init_remote_state): Compute sizeof_g_packet by
+ accumulation of the size of all registers instead of blindly using
+ DEPRECATED_REGISTER_BYTES.
+
2003-06-03 Michael Snyder <msnyder@redhat.com>
* config/h8300/tm-h8300.h (h8300sxmode): Declare.