mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
2003-09-20 Andrew Cagney <cagney@redhat.com>
* breakpoint.c: Eliminate ARGSUSED. * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto. * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto. * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto. * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto. * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto. * remote.c, sol-thread.c, source.c, stabsread.c: Ditto. * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto. * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto. * wince.c, remote-vx.c: Ditto.
This commit is contained in:
@@ -206,7 +206,6 @@ DCACHE *target_dcache;
|
||||
|
||||
/* The user just typed 'target' without the name of a target. */
|
||||
|
||||
/* ARGSUSED */
|
||||
static void
|
||||
target_command (char *arg, int from_tty)
|
||||
{
|
||||
@@ -260,7 +259,6 @@ target_load (char *arg, int from_tty)
|
||||
(*current_target.to_load) (arg, from_tty);
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
static int
|
||||
nomemory (CORE_ADDR memaddr, char *myaddr, int len, int write,
|
||||
struct target_ops *t)
|
||||
@@ -282,14 +280,12 @@ noprocess (void)
|
||||
error ("You can't do that without a process to debug.");
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
static int
|
||||
nosymbol (char *name, CORE_ADDR *addrp)
|
||||
{
|
||||
return 1; /* Symbol does not exist in target env */
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
static void
|
||||
nosupport_runtime (void)
|
||||
{
|
||||
@@ -300,7 +296,6 @@ nosupport_runtime (void)
|
||||
}
|
||||
|
||||
|
||||
/* ARGSUSED */
|
||||
static void
|
||||
default_terminal_info (char *args, int from_tty)
|
||||
{
|
||||
@@ -1077,7 +1072,6 @@ target_write_memory_partial (CORE_ADDR memaddr, char *buf, int len, int *err)
|
||||
return target_xfer_memory_partial (memaddr, buf, len, 1, err);
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
static void
|
||||
target_info (char *args, int from_tty)
|
||||
{
|
||||
@@ -1500,7 +1494,6 @@ normal_target_post_startup_inferior (ptid_t ptid)
|
||||
}
|
||||
|
||||
/* Error-catcher for target_find_memory_regions */
|
||||
/* ARGSUSED */
|
||||
static int dummy_find_memory_regions (int (*ignore1) (), void *ignore2)
|
||||
{
|
||||
error ("No target.");
|
||||
@@ -1508,7 +1501,6 @@ static int dummy_find_memory_regions (int (*ignore1) (), void *ignore2)
|
||||
}
|
||||
|
||||
/* Error-catcher for target_make_corefile_notes */
|
||||
/* ARGSUSED */
|
||||
static char * dummy_make_corefile_notes (bfd *ignore1, int *ignore2)
|
||||
{
|
||||
error ("No target.");
|
||||
|
||||
Reference in New Issue
Block a user