forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user