binutils-gdb/sim/h8300
David Edelsohn a415cf0a77 * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
* compile.c: #include "remote-sim.h".
(sim_resume): New arg siggnal.
(sim_write): Use SIM_ADDR for type of arg addr.  Always return a value.
(sim_read): Ditto.
(sim_store_register): Result is type int.
(sim_fetch_register): Ditto.
(sim_stop_reason): Renamed from sim_stop_signal.
(sim_set_pc): Use SIM_ADDR for type of arg pc.
(sim_info): int result, new arg printf_fn.
(sim_kill): int result.
(sim_open): int result, new arg name.
* run.c (main): Use sim_set_pc to set pc.  Update call to sim_info.
1993-10-26 17:01:03 +00:00
..
.Sanitize
ChangeLog * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb 1993-10-26 17:01:03 +00:00
compile.c * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb 1993-10-26 17:01:03 +00:00
configure.in
h8300.mt
inst.h
Makefile.in
run.c * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb 1993-10-26 17:01:03 +00:00
writecode.c