aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Alexander <marka@cygnus>1996-08-13 02:30:34 +0000
committerMark Alexander <marka@cygnus>1996-08-13 02:30:34 +0000
commitcd21cbc400496ce398a801363a546653dfef8ff2 (patch)
treecce0907833cf2dba71e2adc011bf0710b1d38ff2 /gdb/ChangeLog
parent9d896be3060229521aa91c6467f09ae274912fb9 (diff)
downloadgdb-cd21cbc400496ce398a801363a546653dfef8ff2.zip
gdb-cd21cbc400496ce398a801363a546653dfef8ff2.tar.gz
gdb-cd21cbc400496ce398a801363a546653dfef8ff2.tar.bz2
* remote.c: Make remote_write_size public.
* sh-tdep.c (_initialize_sh_tdep): Set remote_write_size to 300 to prevent packet errors with some versions of CMON. (Fixes PR 10254)
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 28459f2..1cff938 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+Mon Aug 12 19:19:00 1996 Mark Alexander <marka@cygnus.com>
+
+ * remote.c: Make remote_write_size public.
+ * sh-tdep.c (_initialize_sh_tdep): Set remote_write_size to 300
+ to prevent packet errors with some versions of CMON.
+
Mon Aug 12 16:20:58 1996 Stu Grossman (grossman@critters.cygnus.com)
* defs.h: Define CONST_PTR as blank if compiling with Microsoft