* 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 759fa2033e69a03484c26ab9b3e7644eca74ff0c..f48a17ff2d5f0904f3c0359f3d52622ecf55067f 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 7b4f55bef7c12f1266ece77c7463584a2f74b4be..adafdc7245e27816f6a075977175cad4c2dec8ea 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 }
 };