From 0a18a6b8adb8e5d3ec215cf53e20dce1c600e201 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sat, 5 Dec 1998 08:09:18 +0000 Subject: * configure.in: Call SIM_AC_OPTION_INLINE. * configure: Regenerate. * sim-main.h: Protect against multiple inclusion. Don't include cgen-scache.h,cgen-cpu.h,cgen-trace.h,cpuall.h. Done by cgen-sim.h now. * tconfig.in (SIM_HAVE_MODEL): Delete, moved to cgen-types.h. * cpuall.h: Regenerate. * cpu.h,decode.c,sem-switch.c,sem.c: Regenerate. * mloop.in (extract16): Make static inline again. Simplify with call to @cpu@_fill_argbuf,@cpu@_fill_argbuf_tp. (extract32): Ditto. Simplify with call to @cpu@_fill_argbuf,@cpu@_fill_argbuf_tp. (execute): Test ARGBUF_PROFILE_P before profiling. Update calls to TRACE_INSN_INIT,TRACE_INSN_FINI. * cpux.h,decodex.c,modelx.c,semx-switch.c: Regenerate. * mloopx.in: Rewrite. --- sim/m32r/ChangeLog | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'sim/m32r/ChangeLog') diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog index cea93d7..eec8a68 100644 --- a/sim/m32r/ChangeLog +++ b/sim/m32r/ChangeLog @@ -1,8 +1,22 @@ -Fri Dec 4 00:19:33 1998 Doug Evans +1998-12-04 Doug Evans + * configure.in: Call SIM_AC_OPTION_INLINE. + * configure: Regenerate. + * sim-main.h: Protect against multiple inclusion. + Don't include cgen-scache.h,cgen-cpu.h,cgen-trace.h,cpuall.h. + Done by cgen-sim.h now. + * tconfig.in (SIM_HAVE_MODEL): Delete, moved to cgen-types.h. + * cpuall.h: Regenerate. * cpu.h,decode.c,sem-switch.c,sem.c: Regenerate. + * mloop.in (extract16): Make static inline again. + Simplify with call to @cpu@_fill_argbuf,@cpu@_fill_argbuf_tp. + (extract32): Ditto. + Simplify with call to @cpu@_fill_argbuf,@cpu@_fill_argbuf_tp. + (execute): Test ARGBUF_PROFILE_P before profiling. + Update calls to TRACE_INSN_INIT,TRACE_INSN_FINI. start-sanitize-m32rx * cpux.h,decodex.c,modelx.c,semx-switch.c: Regenerate. + * mloopx.in: Rewrite. end-sanitize-m32rx 1998-11-22 Doug Evans -- cgit v1.1