* remote.c (remote_protocol_features): Correct qPart to qXfer.
authorDaniel Jacobowitz <drow@false.org>
Thu, 27 Jul 2006 00:06:02 +0000 (00:06 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 27 Jul 2006 00:06:02 +0000 (00:06 +0000)
gdb/ChangeLog
gdb/remote.c

index 759fa20..f48a17f 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-26  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * remote.c (remote_protocol_features): Correct qPart to qXfer.
+
 2006-07-25  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * eval.c (evaluate_subexp_for_address): Don't incorrectly discard
index 7b4f55b..adafdc7 100644 (file)
@@ -2176,7 +2176,7 @@ remote_packet_size (const struct protocol_feature *feature,
 
 static struct protocol_feature remote_protocol_features[] = {
   { "PacketSize", PACKET_DISABLE, remote_packet_size, -1 },
-  { "qPart:auxv:read", PACKET_DISABLE, remote_supported_packet,
+  { "qXfer:auxv:read", PACKET_DISABLE, remote_supported_packet,
     PACKET_qXfer_auxv }
 };