Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / sparclet-stub.c
index 4d859f9b747a5377dea62e6749d7f93e76ddd764..281ce14195f9a7259f8bed17256a81586be7345f 100644 (file)
@@ -50,7 +50,7 @@
  *
  *    g             return the value of the CPU registers  hex data or ENN
  *    G             set the value of the CPU registers     OK or ENN
- *    P             set the value of a single CPU register OK or P01 (???)
+ *    P             set the value of a single CPU register OK or ENN
  *
  *    mAA..AA,LLLL  Read LLLL bytes at address AA..AA      hex data or ENN
  *    MAA..AA,LLLL: Write LLLL bytes at address AA.AA      OK or ENN
@@ -938,7 +938,7 @@ handle_exception (registers)
                     hex2mem (ptr, (char *)&registers[regno], 4, 0);
                 else
                   {
-                    strcpy (remcomOutBuffer, "P01");
+                    strcpy (remcomOutBuffer, "E01");
                     break;
                   }
              }
This page took 0.023697 seconds and 4 git commands to generate.