diff options
author | John Gilmore <gnu@cygnus> | 1992-02-21 01:34:46 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-02-21 01:34:46 +0000 |
commit | e17960fb42997fc740d0f74544be9713a0209878 (patch) | |
tree | 1ed6bd38b5ae03e99972687308c962e92e4b34d0 /gdb/remote-adapt.c | |
parent | 7ed0f002ede4baa5bba71173818d14b818184410 (diff) | |
download | gdb-e17960fb42997fc740d0f74544be9713a0209878.zip gdb-e17960fb42997fc740d0f74544be9713a0209878.tar.gz gdb-e17960fb42997fc740d0f74544be9713a0209878.tar.bz2 |
* 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).
Diffstat (limited to 'gdb/remote-adapt.c')
-rw-r--r-- | gdb/remote-adapt.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/remote-adapt.c b/gdb/remote-adapt.c index 34abe76..b102d03 100644 --- a/gdb/remote-adapt.c +++ b/gdb/remote-adapt.c @@ -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 */ |