aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-05-06 22:39:35 +0000
committerDoug Evans <dje@google.com>1998-05-06 22:39:35 +0000
commitd9fbbdfaa3e0994b37c43ce68525adae7990beb4 (patch)
treea9c0bc226ad9b9a86774bf05c3ef5aacb1330278 /sim/m32r
parent40c680ba803bb876c8afb641648bc15d4bedba68 (diff)
downloadgdb-d9fbbdfaa3e0994b37c43ce68525adae7990beb4.zip
gdb-d9fbbdfaa3e0994b37c43ce68525adae7990beb4.tar.gz
gdb-d9fbbdfaa3e0994b37c43ce68525adae7990beb4.tar.bz2
lotsa stuff, see ChangeLog
Diffstat (limited to 'sim/m32r')
-rw-r--r--sim/m32r/ChangeLog64
1 files changed, 64 insertions, 0 deletions
diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog
index 973cb89..4a81089 100644
--- a/sim/m32r/ChangeLog
+++ b/sim/m32r/ChangeLog
@@ -1,3 +1,67 @@
+Wed May 6 14:51:39 1998 Doug Evans <devans@seba.cygnus.com>
+
+ * arch.h,arch.c,cpu.h,cpuall.h: Regenerate, tweaks mostly.
+ * model.c: Ditto. Reorganize model/mach data.
+start-sanitize-m32rx
+ * cpux.h: Ditto.
+ * modelx.c: Ditto.
+end-sanitize-m32rx
+
+ * Makefile.in (m32r.o,mloop.o,cpu.o,model.o): Add decode.h dependency.
+start-sanitize-m32rx
+ (m32rx.o,mloopx.o,cpux.o,modelx.o): Add decodex.h dependency.
+end-sanitize-m32rx
+ * decode.c,decode.h: Regenerate, introduces IDESC table.
+ * mloop.in (extract16,extract32): Add IDESC support.
+ Update names of semantic handler member names.
+ (execute): Ditto. Delete call to PROFILE_COUNT_INSN.
+start-sanitize-m32rx
+ * decodex.c,decodex.h: Regenerate, introduces IDESC table.
+ * mloopx.in: Add IDESC support.
+ Update names of semantic handler member names.
+ Delete call to PROFILE_COUNT_INSN.
+end-sanitize-m32rx
+
+ * sem-switch.c: Regenerate. Redo computed goto label handling.
+ * sem.c: Regenerate. Call PROFILE_COUNT_INSN.
+start-sanitize-m32rx
+ * readx.c: Regenerate. Redo computed goto label handling.
+ * semx.c: Regenerate. Call PROFILE_COUNT_INSN. Finish profiling
+ support.
+ * Makefile.in (stamp-xcpu): Turn on profiling support.
+end-sanitize-m32rx
+
+ * m32r.c (m32r_fetch_register): Change result type and args to
+ conform to sim_fetch_register interface.
+ (m32r_store_register): Ditto for sim_store_register interface.
+start-sanitize-m32rx
+ * m32rx.c (m32rx_fetch_register): Change result type and args to
+ conform to sim_fetch_register interface.
+ (m32rx_store_register): Ditto for sim_store_register interface.
+end-sanitize-m32rx
+
+ * sim-if.c (alloc_cpu): Delete.
+ (free_state): Uninstall modules here ...
+ (sim_open): ... and not here. Call sim_cpu_alloc_all.
+ Set default architecture/model if not specified.
+ (sim_fetch_register,sim_store_register): Rewrite.
+
+ * sim-if.c (h_pc_get,h_pc_set): Delete. Renamed to sim_pc_[gs]et
+ and moved to common/sim-cpu.c.
+ (sim_create_inferior): Update.
+ (do_trap): Update.
+ * sim-main.h (h_pc_get,h_pc_set): Delete.
+
+ * sim-main.h (sim_cia): Change to USI.
+ (sim_cpu): Move m32r_misc_profile before machine generated part.
+
+Fri May 1 18:25:41 1998 Doug Evans <devans@seba.cygnus.com>
+
+ * Makefile.in: Replace @MAINT@ with $(CGEN_MAINT).
+ (CGEN_MAINT): New variable.
+ * configure.in: Add support for --enable-cgen-maint.
+ * configure: Regenerate.
+
Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
* configure: Regenerated to track ../common/aclocal.m4 changes.