aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-mips.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-01-14 16:52:22 +0000
committerIan Lance Taylor <ian@airs.com>1994-01-14 16:52:22 +0000
commitaeb145f80bc1134a5d707d0ea854c09b7f580624 (patch)
treec8fd21acf7dc093e6342d552de1483df567fd4f1 /gdb/remote-mips.c
parentd253eb7aa04431b130a4accc09d16846ff81eeae (diff)
downloadgdb-aeb145f80bc1134a5d707d0ea854c09b7f580624.zip
gdb-aeb145f80bc1134a5d707d0ea854c09b7f580624.tar.gz
gdb-aeb145f80bc1134a5d707d0ea854c09b7f580624.tar.bz2
* remote-mips.c (mips_request, mips_wait): Correct prototypes.
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r--gdb/remote-mips.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c
index ed27e4d..02310b3 100644
--- a/gdb/remote-mips.c
+++ b/gdb/remote-mips.c
@@ -58,7 +58,7 @@ static int mips_receive_packet PARAMS ((char *buff, int throw_error,
static int
mips_request PARAMS ((char cmd, unsigned int addr, unsigned int data,
- int *perr, timeout));
+ int *perr, int timeout));
static void
mips_initialize PARAMS ((void));
@@ -76,7 +76,7 @@ static void mips_resume PARAMS ((int pid, int step,
enum target_signal siggnal));
static int
-mips_wait PARAMS ((int pid, WAITTYPE *status));
+mips_wait PARAMS ((int pid, struct target_waitstatus *status));
static int
mips_map_regno PARAMS ((int regno));