]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/msp430/ChangeLog
Fix invalid left shift of negative value
[thirdparty/binutils-gdb.git] / sim / msp430 / ChangeLog
index d26f3f401d218507a6f163b4482092ff7b96e422..53fece0c62365355c4eae2b0669a4a9c17156a20 100644 (file)
@@ -1,3 +1,40 @@
+2015-12-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
+
+       * msp430-sim.c (get_op, put_op): Fix left shift of negative value.
+
+2015-12-07  Nick Clifton  <nickc@redhat.com>
+
+       * msp430-sim.c (sim_open): Check for needed memory at address
+       0x500 not 0x200.
+       (get_op): Add support for F5 hardware multiply addresses.
+       (put_op): Likewise.
+
+2015-11-15  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and
+       sim-stop.o.
+
+2015-11-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * interp.c (sim_close): Rename to ...
+       (msp430_sim_close): ... this.  Delete call to sim_state_free.
+       * sim-main.h (msp430_sim_close): Declare.
+       (SIM_CLOSE_HOOK): Define.
+
+2015-06-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * msp430-sim.c (trace_reg_put): Change TRACE_VPU to TRACE_REGISTER.
+       (trace_reg_get): Likewise.
+
+2015-06-23  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure: Regenerate.
+
+2015-06-17  Mike Frysinger  <vapier@gentoo.org>
+
+       * msp430-sim.c (maybe_perform_syscall): Replace call to cb_syscall
+       with sim_syscall.
+
 2015-06-17  Mike Frysinger  <vapier@gentoo.org>
 
        * msp430-sim.c: Include sim-syscall.h.