]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/m32r/Makefile.in
* Makefile.in (MAIN_INCLUDE_DEPS): Delete.
authorDoug Evans <dje@google.com>
Wed, 6 Jan 1999 03:04:25 +0000 (03:04 +0000)
committerDoug Evans <dje@google.com>
Wed, 6 Jan 1999 03:04:25 +0000 (03:04 +0000)
commit368fc7dba80399d03f2310a7288ab1690694fc80
tree932c7541c893896647550927919b13af4dbe26c9
parentd9455383f97d305d38e582bc305b0d88a5c6e13e
* Makefile.in (MAIN_INCLUDE_DEPS): Delete.
(INCLUDE_DEPS,OPS_INCLUDE_DEPS): Delete.
(sim-if.o): Use SIM_MAIN_DEPS.
(arch.o,traps.o,devices.o): Ditto.
(M32RBF_INCLUDE_DEPS): Use CGEN_MAIN_CPU_DEPS.
(m32r.o,mloop.o,cpu.o,decode.o,sem.o,model.o): Simplify dependencies.
(m32rx.o,mloopx.o,cpux.o,decodex.o,semx.o,modelx.o): Ditto.
(stamp-arch): Pass mach=all to cgen-arch.
* cpu.c,cpu.h,decode.c,model.c,sem-switch.c,sem.c: Regenerate.
* m32r-sim.h (fr30bf_h_cr_[gs]et_handler): Declare.
([GS]ET_H_CR): Define.
(fr30bf_h_psw_[gs]et_handler): Declare.
([GS]ET_H_PSW): Define.
(fr30bf_h_accum_[gs]et_handler): Declare.
([GS]ET_H_ACCUM): Define.
(fr30xf_h_{cr,psw,accum}_[gs]et_handler): Declare.
(fr30bf_h_accums_[gs]et_handler): Declare.
([GS]ET_H_ACCUMS): Define.
* sim-if.c (sim_open): Model probing code moved to sim-model.c.
* m32r.c (WANT_CPU): Define as m32rbf.
(all register access fns): Rename to ..._handler.
* cpux.c,cpux.h,decodex.c,modelx.c,semx.c: Regenerate.
* m32rx.c (WANT_CPU): Define as m32rxf.
(all register access fns): Rename to ..._handler.
14 files changed:
sim/m32r/ChangeLog
sim/m32r/Makefile.in
sim/m32r/cpu.c [new file with mode: 0644]
sim/m32r/cpu.h
sim/m32r/cpux.c [new file with mode: 0644]
sim/m32r/cpux.h
sim/m32r/decode.c
sim/m32r/decodex.c
sim/m32r/model.c
sim/m32r/modelx.c
sim/m32r/sem-switch.c
sim/m32r/sem.c
sim/m32r/semx-switch.c
sim/m32r/sim-if.c