Tue Jan 4 14:51:35 1994 Stan Shebs (shebs@andros.cygnus.com)
authorStan Shebs <shebs@codesourcery.com>
Tue, 4 Jan 1994 22:56:06 +0000 (22:56 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 4 Jan 1994 22:56:06 +0000 (22:56 +0000)
* remote-mips.c (mips_wait): Fix ref to TARGET_WAITKIND_STOPPED.

gdb/ChangeLog
gdb/remote-mips.c

index b13333474098cb5563d25dbb3c68b565f6b3ab19..93dec6ffeb28a94c0cbc3967f319f22364df3898 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jan  4 14:51:35 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * remote-mips.c (mips_wait): Fix ref to TARGET_WAITKIND_STOPPED.
+
 Tue Jan  4 09:47:14 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * target.h: Add enum target_waitkind, enum target_signal, and
index aaf08b93e654256bc2b65723312f1251282acd70..e230096c5019001781fc2eb98e26bacbe57030a3 100644 (file)
@@ -1,5 +1,5 @@
 /* Remote debugging interface for MIPS remote debugging protocol.
-   Copyright 1993 Free Software Foundation, Inc.
+   Copyright 1993, 1994 Free Software Foundation, Inc.
    Contributed by Cygnus Support.  Written by Ian Lance Taylor
    <ian@cygnus.com>.
 
@@ -1061,7 +1061,7 @@ mips_wait (pid, status)
     }
   else if ((rstatus & 0x377) == 0x177)
     {
-      status->kind = TARGET_WAIT_KIND_STOPPED;
+      status->kind = TARGET_WAITKIND_STOPPED;
       /* Don't want to use target_signal_from_host because we are converting
         from MIPS signal numbers, not host ones.  Our internal numbers
         match the MIPS numbers for the signals the board can return, which