* Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
authorDavid Edelsohn <dje.gcc@gmail.com>
Tue, 26 Oct 1993 18:01:45 +0000 (18:01 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Tue, 26 Oct 1993 18:01:45 +0000 (18:01 +0000)
commitc834dacddd35d079f64c0de85c9589805463383e
tree8440f7fde5bde43010319217fcd446ee1c411a7a
parent4da7942dbe60011b1b5b30fec85ad553373dd7b7
* 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.
sim/sh/run.c
This page took 0.026496 seconds and 4 git commands to generate.