binutils-gdb/sim/m32r
Doug Evans 8406c876c5 * Makefile.in (M32R_OBJS): Delete extract.o.
(extract.o): Delete.
	(stamp-arch): Depend on $(CGEN_ARCH_SCM).
	(stamp-cpu): Don't build extract.c.
	* cpu.c,cpu.h,decode.c,decode.h,sem-switch.c,sem.c: Rebuild.
	* mloop.in (extract16): Update type of `insn' arg.
	Delete call to d->extract.
	(extract32): Ditto.

	* Makefile.in (M32RX_OBJS): Delete extractx.o.
	(extractx.o): Delete.
	(stamp-xcpu): Don't build extractx.c.
	* cpux.c,cpux.h,decodex.c,decodex.h,semx-switch.c: Rebuild.
	* mloopx.in (extractx16): Update type of `insn' arg.
	Delete call to d->extract.  Delete arg pbb_p.  All callers updated.
	(extract-simple,full-exec-simple,fast-exec-simple): Delete.
	(extractx32): Ditto.
1998-11-19 00:12:00 +00:00
..
.Sanitize * Makefile.in (M32R_OBJS): Delete extract.o. 1998-11-19 00:12:00 +00:00
ChangeLog * Makefile.in (M32R_OBJS): Delete extract.o. 1998-11-19 00:12:00 +00:00
Makefile.in Add pseudo-basic-block execution support. 1998-10-09 23:43:28 +00:00
README
acconfig.h * configure: Regenerated to track ../common/aclocal.m4 changes. 1998-04-26 22:03:55 +00:00
arch.c
arch.h * Makefile.in (m32r.o): Depend on cpu.h 1998-02-05 21:01:06 +00:00
configure Tue Apr 28 18:28:58 1998 Geoffrey Noer <noer@cygnus.com> 1998-04-29 01:44:23 +00:00
configure.in Add pseudo-basic-block execution support. 1998-10-09 23:43:28 +00:00
cpu.h * sim-main.h: Delete inclusion of config.h, include sim-basics.h 1998-11-05 07:56:02 +00:00
cpuall.h
cpux.h * sim-main.h: Delete inclusion of config.h, include sim-basics.h 1998-11-05 07:56:02 +00:00
decode.c * m32r.c (do_lock,do_unlock): Delete. 1998-02-20 00:45:47 +00:00
decode.h * m32r.c (do_lock,do_unlock): Delete. 1998-02-20 00:45:47 +00:00
decodex.c * sim-main.h: #include symcat.h. 1998-02-23 21:36:15 +00:00
decodex.h * sim-main.h: #include symcat.h. 1998-02-23 21:36:15 +00:00
devices.c * m32r-sim.h (GET_H_SM): New macro. 1998-09-15 22:16:08 +00:00
m32r-sim.h * m32r-sim.h (m32r_trap): Update prototype. 1998-09-09 22:34:09 +00:00
m32r.c * m32r.c (do_lock,do_unlock): Delete. 1998-02-20 00:45:47 +00:00
m32rx.c * Makefile.in (m32r.o): Depend on cpu.h 1998-02-05 21:01:06 +00:00
mloop.in * m32r-sim.h (M32R_MISC_PROFILE): New members insn_cycles, cti_stall, 1998-06-13 14:56:28 +00:00
mloopx.in * m32r-sim.h (M32R_MISC_PROFILE): New members insn_cycles, cti_stall, 1998-06-13 14:56:28 +00:00
model.c * cpu.c,model.c,sem-switch.c,sem.c: Regenerated. Mostly comment 1998-04-27 22:42:22 +00:00
modelx.c * cpu.c,model.c,sem-switch.c,sem.c: Regenerated. Mostly comment 1998-04-27 22:42:22 +00:00
sem-switch.c * m32r-sim.h (m32r_trap): Update prototype. 1998-09-09 22:34:09 +00:00
sem.c * m32r-sim.h (m32r_trap): Update prototype. 1998-09-09 22:34:09 +00:00
sim-if.c * sim-if.c (sim_do_command): Handle "sim info reg {bbpsw,bbpc}". 1998-10-28 22:45:11 +00:00
sim-main.h * Makefile.in (SIM_EXTRA_DEPS): Replace cgen headers with 1998-10-19 21:14:14 +00:00
tconfig.in * sim-main.h: Delete inclusion of config.h, include sim-basics.h 1998-11-05 07:56:02 +00:00
traps.c * m32r-sim.h (m32r_trap): Update prototype. 1998-09-09 22:34:09 +00:00

README

This is the m32r simulator directory.
It is still work-in-progress.