Update gdbarch.sh so that it generates code including <gdb_wait.h>.

This commit is contained in:
Andrew Cagney 2000-02-21 00:21:51 +00:00
parent f5bca8e789
commit 0596389cd2
2 changed files with 7 additions and 1 deletions

View 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

View File

@ -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"