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.
This commit is contained in:
Andrew Cagney 2003-03-29 01:40:01 +00:00
parent 5941afc105
commit e8933a55f2
4 changed files with 40 additions and 27 deletions

View file

@ -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