binutils-gdb/sim/m32r
Doug Evans d68bc3cb16 Rename cpu m32r to m32rb to distinguish from architecture name.
* Makefile.in (mloop.c): cpu m32r renamed to m32rb.
	(stamp-cpu): Ditto.
	* sim-main.h (WANT_CPU_M32RB): Renamed from WANT_CPU_M32R.
	* tconfig.in (WANT_CPU_M32RB): Ditto.
	* m32r.c (WANT_CPU_M32RB): Ditto.
	(*): m32r_ cpu fns renamed to m32rb_.
	* sim-if.c (sim_stop,sim_sync_stop,sim_resume): Update.
	* arch.h,arch.c: Regenerate.
	* cpu.c,cpu.h,decode.c,decode.h,extract.c,model.c: Regenerate.
	* sem-switch.c,sem.c: Regenerate.

	* sim-if.c (sim_open): Don't allocate memory on top of any user
	specified memory.
	(h_gr_get,h_gr_set): Delete.
	* sim-main.h (h_gr_get,h_gr_set): Delete.
	* traps.c (m32r_trap): Replace calls to h_gr_[gs]et with
	a_m32r_h_gr_[gs]et.
1998-08-04 02:52:16 +00:00
..
.Sanitize * traps.c: New file. Trap support moved here from sim-if.c. 1998-06-11 01:05:21 +00:00
acconfig.h
arch.c
arch.h
ChangeLog * Makefile.in (INCLUDE_DEPS): Add include/opcode/cgen.h. 1998-08-03 19:58:36 +00:00
configure
configure.in * Makefile.in: cgen_maint -> CGEN_MAINT. 1998-07-02 01:42:38 +00:00
cpu.h
cpuall.h
cpux.h * cpu.h,extract.c: Regenerate. pc-rel calcs done on f_dispNN now. 1998-07-21 23:54:10 +00:00
decode.c
decode.h
decodex.c
decodex.h
extract.c Rename cpu m32r to m32rb to distinguish from architecture name. 1998-08-04 02:52:16 +00:00
m32r-sim.h * m32r-sim.h (m32r_trap): Declare. 1998-06-11 01:18:13 +00:00
m32r.c
m32rx.c
Makefile.in * Makefile.in (INCLUDE_DEPS): Add include/opcode/cgen.h. 1998-08-03 19:58:36 +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
modelx.c
README
readx.c Add support for new versions of mulwhi,mulwlo,macwhi,macwlo that 1998-07-28 20:09:10 +00:00
sem-switch.c
sem.c
semx.c Add support for new versions of mulwhi,mulwlo,macwhi,macwlo that 1998-07-28 20:09:10 +00:00
sim-if.c * Makefile.in (INCLUDE_DEPS): Add include/opcode/cgen.h. 1998-08-03 19:58:36 +00:00
sim-main.h * traps.c: New file. Trap support moved here from sim-if.c. 1998-06-11 01:05:21 +00:00
tconfig.in
traps.c * traps.c: New file. Trap support moved here from sim-if.c. 1998-06-11 01:05:21 +00:00

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