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 4a2ebf47e44629a405fce54c515d8b8b41b87387..c232acfc8c720b90d28a138aa1f200f1b40e4113 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 539f99a5477e940fce62dbbdfce1762da71059a9..f511bddf2bb20f4e2e5951dd92d7bd659e887378 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"
This page took 0.028899 seconds and 4 git commands to generate.