diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-09-06 23:39:15 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-09-06 23:39:15 +0000 |
commit | e761f7009bc7083ec9941079bf3af8010da278ee (patch) | |
tree | 3bdb06b64f2cbe816c36a025a5fd35f74c602a9d /gdb/remote-rdi.c | |
parent | a1abfdfff2f779af1526ce13e9d72724fc48e225 (diff) | |
download | gdb-e761f7009bc7083ec9941079bf3af8010da278ee.tar.gz |
Wed Sep 6 23:15:43 2000 Andrew Cagney <cagney@b1.cygnus.com>
* remote-rdi.c (voiddummy): Update function signature to match
struct Dbg_HostosInterface's reset method.
* remote-rdp.c (rdp_step): Fix handle parameter to
remote_rdp_insert_breakpoint and remote_rdp_remove_breakpoint.
* arm-tdep.c (SIGCONTEXT_REGISTER_ADDRESS_P): Provide default
definition.
(arm_init_extra_frame_info): Use.
Diffstat (limited to 'gdb/remote-rdi.c')
-rw-r--r-- | gdb/remote-rdi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-rdi.c b/gdb/remote-rdi.c index 200f84242b0..ca95498b628 100644 --- a/gdb/remote-rdi.c +++ b/gdb/remote-rdi.c @@ -141,7 +141,7 @@ arm_rdi_start_remote (char *dummy) these to forward output from the target system and so forth. */ void -voiddummy (void) +voiddummy (void *dummy) { fprintf_unfiltered (gdb_stdout, "void dummy\n"); } |