Commit Graph

17 Commits

Author SHA1 Message Date
Steve Chamberlain 8aff8146d2 * gencode.c (main, gendefines): New -d option prints table of defines.
* interp.c (trap): Add a load of system calls.
	(sim_memory_size): Now default to 8Mbyte.
        (PARANOID): Keep vector of registers with undefined contents.
1994-02-12 06:02:09 +00:00
David D. Zuhn 062d092547 keep run.1 1993-11-11 20:07:08 +00:00
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
David Edelsohn 631f6b2406 (sim_stop_signal): Result is now enum sim_stop. 1993-10-23 22:10:28 +00:00
Roland Pesch 06b24c9e49 Man page for "run" simulator, and install-man target for it. 1993-10-22 04:58:26 +00:00
Fred Fish b5ed6e32c2 Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitly
added to the list by Sanitize, unless Sanitize knows it needs to keep it.
1993-08-02 23:29:32 +00:00
Fred Fish 775d4a4096 Add .Sanitize to Things-to-lose list. 1993-07-30 16:46:19 +00:00
Steve Chamberlain 1a11e53014 * run.c (main), interp.c (sim_set_timeout): Remove timeout
functionality.
1993-07-06 17:31:34 +00:00
Steve Chamberlain f6fba99573 Checkpoint. 1993-06-24 20:52:58 +00:00
Steve Chamberlain e615309a0b Look in the right place for bfd.h 1993-06-18 22:16:32 +00:00
Steve Chamberlain ebd7d72e33 New file for configuring. 1993-06-18 21:24:00 +00:00
Steve Chamberlain fdc506e668 Lint. 1993-06-18 20:53:58 +00:00
Steve Chamberlain 90fe361fdc * gencode.c: Fix some opcodes.
* interp.c: Support for profiling and portability fixes.
	* run.c (main): Get profiling args.
1993-06-18 01:31:54 +00:00
K. Richard Pixley 87756e15db added things-to-lose sections 1993-05-27 06:44:29 +00:00
Steve Chamberlain 5e1ac26014 Support for broken makes and lint. 1993-05-03 22:27:41 +00:00
Steve Chamberlain a86ea03fc2 Support for the SH 1993-04-27 02:20:07 +00:00
Steve Chamberlain 594266fc8a New stuff for SH. 1993-04-27 01:02:38 +00:00