]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/moxie/ChangeLog
sim: avr/mcore/moxie: fill out sim-cpu pc fetch/store helpers
[thirdparty/binutils-gdb.git] / sim / moxie / ChangeLog
index e57313c1b0089b2c0d52506e311c1963e3f64c7c..6f7e55b7e36b7e33ce5ecf6dfb5fa073efcaa446 100644 (file)
@@ -1,3 +1,33 @@
+2015-04-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * interp.c (moxie_pc_get, moxie_pc_set): New functions.
+       (sim_open): Declare new local var i.  Call CPU_PC_FETCH &
+       CPU_PC_STORE for all cpus.
+       * sim-main.h (SIM_CPU): New typedef.
+
+2015-04-15  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
+       * sim-main.h (STATE_CPU): Delete.
+
+2015-04-13  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure: Regenerate.
+
+2015-04-06  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
+
+2015-04-05  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_OBJS): Add sim-resume.o.
+       * interp.c (moxie_regset): Delete exception.
+       (sim_resume): Rename to ...
+       (sim_engine_run): ... this.  Delete insts variable and references
+       to cpu.asregs.exception, and change most to sim_engine_halt.  Move
+       trailing insts and PC_REGNO updates into the loop.
+       (load_dtb): Delete open warning.  Change printf to sim_io_eprintf.
+
 2015-04-01  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-main.h (SIM_HAVE_BIENDIAN): Delete.