aboutsummaryrefslogtreecommitdiff
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
commite8933a55f2eef4804910286757df001d19e46b10 (patch)
tree0e3dacf6186272847fba21f5d14e3a2d2ca9ab90 /gdb/remote.h
parent5941afc1054ede37b6d8981269b8fe4519458eac (diff)
downloadgdb-e8933a55f2eef4804910286757df001d19e46b10.zip
gdb-e8933a55f2eef4804910286757df001d19e46b10.tar.gz
gdb-e8933a55f2eef4804910286757df001d19e46b10.tar.bz2
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 e2171b2..4477148 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