mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
* core.c, eval.c, exec.c, inftarg.c, remote-adapt.c, remote-eb.c,
remote-hms.c, remote-mm.c, remote-nindy.c, remote-vx.c, remote.c, target.c, target.h, valarith.c, valops.c, value.h, xcoffexec.c: Remove to_call_function and target_call_function, since it always calls the same thing (call_function_by_hand).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* Remote debugging interface for AMD 290*0 Adapt Monitor Version 2.1d18.
|
||||
Copyright 1990, 1991 Free Software Foundation, Inc.
|
||||
Copyright 1990, 1991, 1992 Free Software Foundation, Inc.
|
||||
Contributed by David Wood at New York University (wood@lab.ultra.nyu.edu).
|
||||
Adapted from work done at Cygnus Support in remote-eb.c.
|
||||
|
||||
@@ -46,9 +46,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
/* External data declarations */
|
||||
extern int stop_soon_quietly; /* for wait_for_inferior */
|
||||
|
||||
/* External function declarations */
|
||||
extern struct value *call_function_by_hand();
|
||||
|
||||
/* Forward data declarations */
|
||||
extern struct target_ops adapt_ops; /* Forward declaration */
|
||||
|
||||
@@ -1427,7 +1424,6 @@ struct target_ops adapt_ops = {
|
||||
0, 0, 0, 0, 0, /* Terminal handling */
|
||||
adapt_kill, /* FIXME, kill */
|
||||
adapt_load,
|
||||
call_function_by_hand,
|
||||
0, /* lookup_symbol */
|
||||
adapt_create_inferior, /* create_inferior */
|
||||
adapt_mourn, /* mourn_inferior FIXME */
|
||||
|
||||
Reference in New Issue
Block a user