summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-02-21 00:21:51 +0000
committerAndrew Cagney <cagney@redhat.com>2000-02-21 00:21:51 +0000
commit8963296a4a91d58d8121a0bbe3f8ef94ca4b12d9 (patch)
tree86dd822d37c35c17c49ee57d09a05aac05a0b5e6 /gdb
parent7f43f47475ab662d2a3e5d12d99b68f1e0ca5815 (diff)
downloadgdb-8963296a4a91d58d8121a0bbe3f8ef94ca4b12d9.tar.gz
Update gdbarch.sh so that it generates code including <gdb_wait.h>.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
-rwxr-xr-xgdb/gdbarch.sh2
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4a2ebf47e44..c232acfc8c7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh
index 539f99a5477..f511bddf2bb 100755
--- a/gdb/gdbarch.sh
+++ b/gdb/gdbarch.sh
@@ -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"