]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/rx/ChangeLog
sim: delete duplicate SIGINT handling
[thirdparty/binutils-gdb.git] / sim / rx / ChangeLog
index 4da59659d4a8a536539d9956b95c73524c91cdc2..8c5f84f7e93aa036a42d5ad8cfc8b782b2664c97 100644 (file)
@@ -1,3 +1,105 @@
+2013-09-23  Alan Modra  <amodra@gmail.com>
+
+       * configure: Regenerate.
+
+2013-06-25  Nick Clifton  <nickc@redhat.com>
+
+       * rx.c (SHIFT_OP): A shift by zero still sets the condition
+       codes.
+
+2013-06-03  Mike Frysinger  <vapier@gentoo.org>
+
+       * aclocal.m4, configure: Regenerate.
+
+2013-01-16  Nick Clifton  <nickc@redhat.com>
+
+       * rx.c (decode_opcode): Handle RXO_satr.
+
+2012-06-15  Joel Brobecker  <brobecker@adacore.com>
+
+       * config.in, configure: Regenerate.
+
+2012-05-24  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/7205
+
+        Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
+
+2012-03-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * aclocal.m4, config.in, configure: Regenerate.
+
+2012-03-22  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac (CYCLE_ACCURATE): Add template with AC_DEFINE call.
+       (CYCLE_STATS): Likewise.
+
+2012-03-02  Kevin Buettner  <kevinb@redhat.com>
+
+       * load.h (rx_load): Add `callback' parameter to function prototype.
+       (gdb/callback.h): Include.
+       * load.c (load.h): Include.
+       (xprintf, find_section_name_by_offset): New functions.
+       (rx_load): Add `callback' parameter.  Add code for printing
+       section loaded using GDB's printf facilities.
+       * gdb-if.c (sim_load, sim_create_inferior): Update calls to
+       rx_load().
+       * main.c (main): Likewise.
+       * syscalls.c, syscalls.h (get_callbacks): New function.
+
+2011-12-03  Mike Frysinger  <vapier@gentoo.org>
+
+       * aclocal.m4: New file.
+       * configure: Regenerate.
+
+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