* 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)
* 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

index 00b5309b2d73c352ce5a9d50e15c482ebc4172f9..b8ac1c23aca4d2ef13c9b15a0bca1a2816e8f2d7 100644 (file)
@@ -21,6 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Steve Chamberlain
    sac@cygnus.com */
 
+#include <stdio.h>
 #include "bfd.h"
 #include "sysdep.h"
 
@@ -104,7 +105,7 @@ main (ac, av)
              sim_resume (0, 0);
            }
          if (verbose)
-           sim_info ();
+           sim_info (printf, 0);
 
          /* Find out what was in r0 and return that */
          {