Update gdbarch.sh so that it generates code including <gdb_wait.h>.
authorAndrew Cagney <cagney@redhat.com>
Mon, 21 Feb 2000 00:21:51 +0000 (00:21 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 21 Feb 2000 00:21:51 +0000 (00:21 +0000)
gdb/ChangeLog
gdb/gdbarch.sh

index 4a2ebf4..c232acf 100644 (file)
@@ -1,3 +1,9 @@
+Mon Feb 21 11:17:18 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdbarch.sh: Include <gdb_wait.h> instead of <wait.h>.
+       * gdbarch.c: Already updated by Wed Feb 9 18:59:16 2000 Andrew
+       Cagney <cagney@b1.cygnus.com>.
+
 Mon Feb 21 11:03:01 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * MAINTAINERS: Update: IA-64 - Kevin Buettner; ARM - Fernando
index 539f99a..f511bdd 100755 (executable)
@@ -770,7 +770,7 @@ cat <<EOF
 #include "frame.h"
 #include "inferior.h"
 #include "breakpoint.h"
-#include "wait.h"
+#include "gdb_wait.h"
 #include "gdbcore.h"
 #include "gdbcmd.h"
 #include "target.h"