sim: rename common/aclocal.m4 to common/acinclude.m4
[deliverable/binutils-gdb.git] / sim / rx / ChangeLog
index b810475e36e25a0b4e7a58bba46e62278369e4df..8718c258c7fc6581e0e4a70862bb26e556588c90 100644 (file)
@@ -1,8 +1,65 @@
+2011-10-17  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac: Change include to common/acinclude.m4.
+
+2011-10-17  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac: Change AC_PREREQ to 2.64.  Delete AC_CONFIG_HEADER
+       call.  Replace common.m4 include with SIM_AC_COMMON.
+       * configure: Regenerate.
+
+2011-07-11  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac: Rename from configure.in.
+
+2011-07-11  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.in: Add "dnl" before copyright notice.
+
+2011-04-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * gdb-if.c (sim_complete_command): New stub function.
+
+2011-01-11  Andrew Burgess  <aburgess@broadcom.com>
+
+       * gdb-if.c (sim_store_register): Update return value to
+       match new API.
+
+2010-12-14  DJ Delorie  <dj@redhat.com>
+
+       * rx.c (decode_opcode): For "MVFC PC,", use the address of the
+       opcode, not the address following the opcode.
+       (decode_opcode): RXO_branchrel is relative to the opcode's PC, not
+       the address following the opcode.
+
+2010-11-11  DJ Delorie  <dj@redhat.com>
+
+       * rx.c (lsb_count): New.
+       (divu_cycles): New.
+       (div_cycles): New.
+       (decode_opcode): Fix cycle count math for div, divu, suntil, and
+       swhile.
+
+2010-09-29  Kevin Buettner  <kevinb@redhat.com>
+
+       * mem.c (rx_mem_ptr): When invalidating the decode cache, account
+       for the fact that the instruction decoder never uses swapped
+       addresses.
+
+2010-09-29  Nick Clifton  <nickc@redhat.com>
+
+       * rx.c (decode_opcode: RXO_int): Only break out of the emulation
+       loop if rx_syscall() does not return a RX_STEPPED result.
+
+2010-09-23  Kevin Buettner  <kevinb@redhat.com>
+
+       * rx.c (decode_opcode): Add cycle information for RXO_smovu.
+
 2010-09-23  Kevin Buettner  <kevinb@redhat.com>
 
        * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.
 
-       * rx.c (decode_opcode): Declare `rx' as unsigned.
+       * rx.c (decode_opcode): Declare `tx' as unsigned.
 
        * cpu.h (reset_decoder): Declare.
        * load.c (rx_load): Call `reset_decoder'.
This page took 0.036414 seconds and 4 git commands to generate.