summaryrefslogtreecommitdiff
path: root/gdb/remote.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-03-29 01:40:01 +0000
committerAndrew Cagney <cagney@redhat.com>2003-03-29 01:40:01 +0000
commit18537b0052981f867908da480e860a66bcd026a1 (patch)
treee3e265a7a18dca959f9078217bcdd1b56900928d /gdb/remote.h
parentb64084fe0f19f902c197088f34b131f14f568f1e (diff)
downloadgdb-18537b0052981f867908da480e860a66bcd026a1.tar.gz
2003-03-28 Andrew Cagney <cagney@redhat.com>
* Makefile.in (d10v-tdep.o): Update dependencies. * remote.h (target_resume_hook, target_wait_loop_hook): Declare. * d10v-tdep.c: Include "remote.h". (target_resume_hook): Delete extern declaration. (target_wait_loop_hook): Ditto. (tdisassemble_command): Eliminate assignment in "if" conditional. (d10v_ts2_register_sim_regno): Eliminate call to legacy_register_sim_regno. (d10v_ts3_register_sim_regno): Ditto.
Diffstat (limited to 'gdb/remote.h')
-rw-r--r--gdb/remote.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/remote.h b/gdb/remote.h
index e2171b27efd..4477148f9c8 100644
--- a/gdb/remote.h
+++ b/gdb/remote.h
@@ -54,4 +54,7 @@ extern void remote_cisco_objfile_relocate (bfd_signed_vma text_off,
extern void async_remote_interrupt_twice (void *arg);
+extern void (*target_resume_hook) (void);
+extern void (*target_wait_loop_hook) (void);
+
#endif