* remote.c: Fix problems realized while showering.
authorStu Grossman <grossman@cygnus>
Fri, 4 Apr 1997 18:53:26 +0000 (18:53 +0000)
committerStu Grossman <grossman@cygnus>
Fri, 4 Apr 1997 18:53:26 +0000 (18:53 +0000)
* (hexnumlen):  Add prototype.  Use max, not min.
* (remote_write_bytes remote_read_bytes):  Fix max packet size
calculations to properly account for packet overhead.  Also handle
(probably rare) case where remote_register_buf_size isn't set.

gdb/ChangeLog

index 5773c7e72f39d3517183a34b3f6ee8372272e055..ed991aa34d24ca2c842ef6544ad6abc872202cc5 100644 (file)
@@ -1,5 +1,11 @@
 Fri Apr  4 08:21:21 1997  Stu Grossman  (grossman@critters.cygnus.com)
 
+       * remote.c:  Fix problems realized while showering.
+       * (hexnumlen):  Add prototype.  Use max, not min.
+       * (remote_write_bytes remote_read_bytes):  Fix max packet size
+       calculations to properly account for packet overhead.  Also handle
+       (probably rare) case where remote_register_buf_size isn't set.
+
        * remote.c:  Fix doc for `C' and `S' commands to indicate full
        address.
        * (remote_ops extended_remote_ops remote_desc remote_write_size):