diff options
author | Pedro Alves <palves@redhat.com> | 2012-05-22 15:04:57 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-05-22 15:04:57 +0000 |
commit | dab06dbee5a3fb43f043a5a983b26125b5484c9e (patch) | |
tree | ecc72183cb12d2cb97df87c7f8df0fb2a1033daf /gdb/target.h | |
parent | 7e01508c914b74feec6a794fdf5a24a7eb8686b1 (diff) | |
download | gdb-dab06dbee5a3fb43f043a5a983b26125b5484c9e.zip gdb-dab06dbee5a3fb43f043a5a983b26125b5484c9e.tar.gz gdb-dab06dbee5a3fb43f043a5a983b26125b5484c9e.tar.bz2 |
2012-05-22 Pedro Alves <palves@redhat.com>
* target.h (store_waitstatus): Move declaration ...
* inf-child.h (store_waitstatus): ... here.
* target.c: Move inclusion of gdb_wait.h, and ...
(store_waitstatus): ... this ...
* inf-child.c: ... here.
* linux-nat.c: Include inf-child.h.
* rs6000-nat.c: Include inf-child.h.
* spu-linux-nat.c: Include inf-child.h.
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/target.h b/gdb/target.h index 50a0ea6..84b462a 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1857,10 +1857,6 @@ extern int baud_rate; extern int remote_timeout; -/* Functions for helping to write a native target. */ - -/* This is for native targets which use a unix/POSIX-style waitstatus. */ -extern void store_waitstatus (struct target_waitstatus *, int); /* Set the show memory breakpoints mode to show, and installs a cleanup to restore it back to the current value. */ |