* A few more improvements to gx jit prototype.
[deliverable/binutils-gdb.git] / sim / m32r-gx / ChangeLog
1 1998-12-01 Frank Ch. Eigler <fche@elastic.org>
2
3 * Makefile.in (SIM_OBJS): Don't build sim-core.o.
4 * configure.in: Added --enable-sim-inline support.
5 Look for "getenv()" function.
6 * configure: Rebuilt.
7 * config.in: Rebuilt.
8 * gx-translate.c: Include "sim-inline.c" for sim-core inlining.
9 (m32r_gx_{load,store}*): Update signature.
10 (tgx_emit_pre_function): Emit new "tgx_info" struct, update
11 callback function signatures.
12 (m32r_emit_*_insn): Use new callback signatures. For all short
13 branches in optimized mode, emit direct "goto gx_label_NNNN".
14 (tgx_optimize_test): If the GX_OPTIMIZE environment variable is
15 set, allow its integer value to override the optimization heuristic.
16 * m32r-sim.h: New empty placeholder file.
17 * sim-main.c: New empty placeholder file.
18 * sim-if.c (sim_create_inferior): Use NULL instead of &abort
19 for unimplemented register fondling functions.
20 * sim-main.h: Add multiple inclusion guard. Update callback
21 function signatures.
22 (tgx_info): New struct for collecting gx block invocation
23 arguments.
24
25 1998-11-13 Frank Ch. Eigler <fche@elastic.org>
26
27 * (*): New files: snapshot of gx simulator prototype.
This page took 0.072195 seconds and 4 git commands to generate.