]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/rx/ChangeLog
(dwarf_decode_lines_1): Delete local "column", unused.
[thirdparty/binutils-gdb.git] / sim / rx / ChangeLog
index 52c291fb5a93a49d11e8370e1064ae1ea5402eac..674b82e9cfb72c0ed276aea97cd45d08f271ad86 100644 (file)
@@ -1,3 +1,39 @@
+2014-03-10  Mike Frysinger  <vapier@gentoo.org>
+
+       * gdb-if.c (sim_do_command): Add const to cmd.  Move args
+       to top and add const.  Call strdup on cmd and free at end.
+
+2014-03-05  Mike Frysinger  <vapier@gentoo.org>
+
+       * gdb-if.c (sim_load): Add const to prog.
+
+2014-02-17  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb-if.c (rx_signal_to_host):  Rename to
+       `rx_signal_to_gdb_signal'.  Make static.  Update all callers
+       to use new name.  Use signal names from include/gdb/signals.h.
+
+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