diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b82cc1f5a4..67b1fcd272 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Wed Nov 15 00:29:46 2000 Andrew Cagney + + From Klaus Espenlaub + * remote.c (_initialize_remote): Call + show_memory_write_packet_size when ``show remotewritesize'' + command. + 2000-11-13 Eli Zaretskii * config/djgpp/config.sed: Fix tweaking "VPATH=.:foo", and handle diff --git a/gdb/remote.c b/gdb/remote.c index 2cd3089b60..9764e583ff 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -5577,7 +5577,7 @@ terminating `#' character and checksum.", add_cmd ("remotewritesize", no_class, set_memory_write_packet_size, "Set the maximum number of bytes per memory write packet (deprecated).\n", &setlist); - add_cmd ("remotewritesize", no_class, set_memory_write_packet_size, + add_cmd ("remotewritesize", no_class, show_memory_write_packet_size, "Show the maximum number of bytes per memory write packet (deprecated).\n", &showlist); add_cmd ("memory-write-packet-size", no_class,