aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-05-14 16:48:01 +0000
committerAndrew Cagney <cagney@redhat.com>2001-05-14 16:48:01 +0000
commit1dd1751e96170e8faa8f3ac8cdb8325c4b961707 (patch)
tree80d9d5cf97a836a303009445974e142b13e17f0c /gdb/remote.c
parentb732d07d86411216a0913c95f55bfc1d2c59ee90 (diff)
downloadbinutils-1dd1751e96170e8faa8f3ac8cdb8325c4b961707.zip
binutils-1dd1751e96170e8faa8f3ac8cdb8325c4b961707.tar.gz
binutils-1dd1751e96170e8faa8f3ac8cdb8325c4b961707.tar.bz2
* remote.c (remote_write_bytes): Set nr_bytes before returning it.
* solib.h (no_shared_libraries): Declare.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index 7cbe878..60d462c 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -3630,6 +3630,7 @@ remote_write_bytes (CORE_ADDR memaddr, char *myaddr, int len)
increasing byte addresses. Each byte is encoded as a two hex
value. */
bin2hex (myaddr, p, todo);
+ nr_bytes = todo;
break;
case PACKET_SUPPORT_UNKNOWN:
internal_error (__FILE__, __LINE__,