* Makefile.in (m32r.o): Depend on cpu.h
authorDoug Evans <dje@google.com>
Thu, 5 Feb 1998 21:01:06 +0000 (21:01 +0000)
committerDoug Evans <dje@google.com>
Thu, 5 Feb 1998 21:01:06 +0000 (21:01 +0000)
commitb8a9943dd4f35984507734e2ad21ad60e4f42d4e
tree6452099c47e76691f105259bc6149a2e99886110
parent5bd5a5c7a2647a21aa0662e56c323ac5f76bdbcd
* Makefile.in (m32r.o): Depend on cpu.h
(extract.o): Pass -DSCACHE_P.
* mloop.in (extract{16,32}): Update call to m32r_decode.
* arch.h,cpu.h,cpuall.h,decode.[ch]: Regenerate.
* extract.c,model.c,sem-switch.c,sem.c: Regenerate.
* sim-main.h: #include "ansidecl.h".
Don't include cpu-opc.h, done by arch.h.
start-sanitize-m32rx
* Makefile.in (M32RX_OBJS): Build m32rx support now.
(m32rx.o): New rule.
* m32r-sim.h (m32rx_h_cr_[gs]et): Define.
* m32rx.c (m32rx_{fetch,store}_register): Update {get,set} of PC.
(m32rx_h_accums_get): New function.
* mloopx.in: Update call to m32rx_decode.  Rewrite exec loop.
* cpux.h,decodex.[ch],modelx.c,readx.c,semx.c: Regenerate.
end-sanitize-m32rx
13 files changed:
sim/m32r/ChangeLog
sim/m32r/Makefile.in
sim/m32r/arch.h
sim/m32r/cpux.h
sim/m32r/decode.c [new file with mode: 0644]
sim/m32r/decodex.c [new file with mode: 0644]
sim/m32r/extract.c
sim/m32r/m32rx.c [new file with mode: 0644]
sim/m32r/mloopx.in [new file with mode: 0644]
sim/m32r/readx.c
sim/m32r/sem.c
sim/m32r/semx.c
sim/m32r/sim-main.h