binutils-gdb/sim/sh
David Edelsohn c834dacddd * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
* interp.c: #include "remote-sim.h".
(sim_resume): int result, new arg `siggnal'.
(sim_write): Use SIM_ADDR for type of arg `addr'.
(sim_read): Use SIM_ADDR for type of arg `addr'.
Use unsigned char * for `buffer'.
(sim_store_register): int result.
(sim_fetch_register): Ditto.
(sim_stop_reason): Renamed from sim_stop_signal.  New arg `reason'.
(sim_set_pc): int result, use SIM_ADDR for type of arg `x'.
(sim_info): int result, new args `verbose', `printf_fn'.
(sim_kill): int result.
(sim_open): int result, new arg `name'.
* run.c: #include <stdio.h>
(main): Update call to sim_info.
1993-10-26 18:01:45 +00:00
..
.Sanitize Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitly 1993-08-02 23:29:32 +00:00
ChangeLog (sim_stop_signal): Result is now enum sim_stop. 1993-10-23 22:10:28 +00:00
configure.in Support for the SH 1993-04-27 02:20:07 +00:00
gencode.c New stuff for SH. 1993-04-27 01:02:38 +00:00
interp.c (sim_stop_signal): Result is now enum sim_stop. 1993-10-23 22:10:28 +00:00
Makefile.in Look in the right place for bfd.h 1993-06-18 22:16:32 +00:00
run.1 Man page for "run" simulator, and install-man target for it. 1993-10-22 04:58:26 +00:00
run.c * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb 1993-10-26 18:01:45 +00:00
sh.mt New file for configuring. 1993-06-18 21:24:00 +00:00