]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - sim/rx/ChangeLog
sim/rx: use PRIx64 in printf format string
[thirdparty/binutils-gdb.git] / sim / rx / ChangeLog
2021-02-08  Andrew Burgesssim/rx: use PRIx64 in printf format string
2021-02-08  Andrew Burgesssim/rx: move some variable declarations to the start...
2021-02-08  Andrew Burgesssim/rx: provide a format string for printf
2021-02-08  Andrew Burgesssim/rx: delete an unused function
2021-02-08  Andrew Burgesssim/rx: mark some functions as static
2021-02-08  Andrew Burgesssim/rx: fill in missing 'void' for empty argument lists
2021-02-08  Andrew Burgesssim/rx: fix an issue where we try to modify a const...
2021-02-08  Andrew Burgesssim/rx: define sim_memory_map
2021-02-06  Mike Frysingersim: drop use of bfd/configure.host
2021-01-11  Mike Frysingersim: call SIM_AC_OPTION_WARNINGS(no) in remaining ports
2021-01-11  Mike Frysingersim: clean up C11 header includes
2021-01-09  Mike Frysingersim: clean up stale AC_PREREQ refs
2021-01-08  Mike Frysingersim: require a C11 compiler
2021-01-04  Mike Frysingersim: update bug URI to https://
2017-09-06  John BaldwinHonor an existing CC_FOR_BUILD in the environment for...
2017-02-13  Mike Frysingersim: use ARRAY_SIZE instead of ad-hoc sizeof calculations
2016-07-26  Alan ModraWean gdb and sim off private libbfd.h header
2016-04-27  Nick CliftonFix a typo in the check for SNANs in the RX simulator.
2016-01-10  Mike Frysingersim: move many common settings from CPPFLAGS to config.h
2016-01-10  Mike Frysingersim: drop unused SIM_AC_OPTION_PACKAGES
2016-01-10  Mike Frysingersim: allow the environment configure option everywhere
2016-01-10  Mike Frysingersim: allow the assert configure option everywhere
2016-01-10  Mike Frysingersim: drop targ-vals.def->nltvals.def indirection
2016-01-10  Mike Frysingersim: allow the inline configure option everywhere
2016-01-10  Mike Frysingersim: drop --enable-sim-{regparm,stdcall} options
2016-01-10  Mike Frysingersim: drop --enable-sim-cflags option
2016-01-09  Mike Frysingersim: drop common/cconfig.h in favor of a single config.h
2016-01-07  Mike Frysingersim: sim_{create_inferior,open,parse_args}: constify...
2016-01-04  Mike Frysingersim: punt x86-specific bswap logic
2016-01-03  Mike Frysingersim: drop host endian configure option
2015-12-27  Mike Frysingersim: punt WITH_DEVICES & tconfig.h support
2015-11-10  Nick CliftonUpdate the RX simulator to handle the latest opcode...
2015-07-24  H.J. LuRemove leading/trailing white spaces in ChangeLog
2015-06-23  Mike Frysingersim: use AS_HELP_STRING everywhere
2015-06-12  Mike Frysingersim: update configure.in->configure.ac docs
2015-06-12  Mike Frysingersim: drop -DTRACE from configure
2015-04-24  Nick CliftonFix typo in check for valid register number in RX sim.
2015-04-13  Mike Frysingersim: fix the PKGVERSION define
2015-04-01  Mike Frysingersim: update zlib handling
2015-03-16  Mike Frysingersim: rename tconfig.in to tconfig.h
2015-01-15  Joel BrobeckerBuild failure in sim/rx/gdb-if.c on windows
2014-08-19  Alan ModraFix --diable-shared --enable-plugins build breakage
2014-08-15  Roland McGrathRegenerate sim configury.
2014-03-11  Mike Frysingersim: constify arg to sim_do_command
2014-03-05  Mike Frysingersim: constify prog_name
2014-02-18  Kevin Buettner Revise signal mapping function in GDB interface for...
2013-09-23  Alan ModraRegenerate sim configure files to pick up support for...
2013-06-28  Nick Clifton* rx.c (SHIFT_OP): A shift by zero still sets the condi...
2013-06-05  Mike Frysingersim: use AM_MAINTAINER_MODE
2013-01-16  Nick Clifton * rx.c (decode_opcode): Handle RXO_satr.
2012-06-15  Joel BrobeckerDefine PACKAGE macro in all sims' config.h.
2012-05-24  Pedro Alvesgdb/
2012-03-24  Mike Frysinger[PATCH] sim: make sure to include strsignal prototype
2012-03-23  Mike Frysingersim: rx: fix warnings with AC_DEFINE
2012-03-03  Kevin BuettnerUpdate rx sim so that it'll print load statistics.
2011-12-03  Mike Frysingersim: generate build dependencies on the fly
2011-10-18  Mike Frysingersim: rename common/aclocal.m4 to common/acinclude.m4
2011-10-18  Mike Frysingersim: move from common.m4 to SIM_AC_COMMON
2011-07-11  Mike Frysingersim: m32c/rx: rename configure.in to match rest of...
2011-07-11  Mike Frysingersim: m32c/rx: fix typo in copyright updating
2011-04-16  Mike Frysingersim: add sim_complete_command stubs for non-common...
2011-01-11  Andrew Burgesshttp://sourceware.org/ml/gdb-patches/2010-11/msg00112...
2010-12-14  DJ Delorie(decode_opcode): RXO_branchrel is relative to the opcod...
2010-12-14  DJ Delorie* rx.c (decode_opcode): For "MVFC PC,", use the address...
2010-11-12  DJ Delorie* rx.c (lsb_count): New.
2010-09-30  Kevin Buettner * mem.c (rx_mem_ptr): When invalidating the decode...
2010-09-29  Nick Clifton * rx.c (decode_opcode: RXO_int): Only break...
2010-09-24  Kevin Buettner * rx.c (decode_opcode): Add cycle information for...
2010-09-24  Kevin BuettnerFix typo in ChangeLog entry.
2010-09-23  Kevin Buettner * cpu.h (reset_decoder): Declare.
2010-09-23  Kevin Buettner * rx.c (decode_opcode): Declare `rx' as unsigned.
2010-09-23  Kevin Buettner * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config...
2010-07-29  DJ Delorie[include/opcode]
2010-07-28  DJ Delorie[sim/rx]
2010-07-07  Kevin Buettner * gdb-if.c (sim_store_register): Add case for sim_rx_a...
2010-06-24  Kevin BuettnerAdd "acc" register. Revise register order and names.
2010-06-08  Nick Cliftonoops - omitted from previous delta
2010-05-28  Kevin Buettner * gdb-if.c (sim_do_command): Add a "sim verbose noisy...
2010-04-14  Mike Frysingersim: constify sim_write source buffer (part 2)
2010-02-14  Masaki Muranaka * configure.in: Check if the host has getopt.h.
2009-12-23  DJ Delorie* rx/rx.c (decode_opcode): btst bit address mask fix.
2009-11-30  DJ Delorie* rx/rx.c (decode_opcode): fix SWHILE logic.
2009-11-24  DJ Delorie[sim]