diff options
author | Doug Evans <dje@google.com> | 1998-12-05 08:09:18 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-12-05 08:09:18 +0000 |
commit | 0a18a6b8adb8e5d3ec215cf53e20dce1c600e201 (patch) | |
tree | c5a29530d9b639ef4a6234319390becd47ea2ecd /sim/m32r/configure.in | |
parent | b61e2e146a85a1d93d1ad78f923005c8e4e2d7e4 (diff) | |
download | gdb-0a18a6b8adb8e5d3ec215cf53e20dce1c600e201.zip gdb-0a18a6b8adb8e5d3ec215cf53e20dce1c600e201.tar.gz gdb-0a18a6b8adb8e5d3ec215cf53e20dce1c600e201.tar.bz2 |
* 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.
Diffstat (limited to 'sim/m32r/configure.in')
-rw-r--r-- | sim/m32r/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/m32r/configure.in b/sim/m32r/configure.in index bf57c2f..1a73fe3 100644 --- a/sim/m32r/configure.in +++ b/sim/m32r/configure.in @@ -14,6 +14,7 @@ SIM_AC_OPTION_HOSTENDIAN SIM_AC_OPTION_SCACHE(16384) SIM_AC_OPTION_DEFAULT_MODEL(m32r/d) SIM_AC_OPTION_ENVIRONMENT +SIM_AC_OPTION_INLINE() cgen_maint=no # Default is to use one in build tree. |