summaryrefslogtreecommitdiff
path: root/sim/rx
Commit message (Expand)AuthorAgeFilesLines
* sim: sim_{create_inferior,open,parse_args}: constify argv/env slightlyMike Frysinger2016-01-062-2/+8
* sim: punt x86-specific bswap logicMike Frysinger2016-01-042-21/+6
* sim: drop host endian configure optionMike Frysinger2016-01-033-7/+246
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-0121-21/+21
* sim: punt WITH_DEVICES & tconfig.h supportMike Frysinger2015-12-263-6/+6
* Update the RX simulator to handle the latest opcode types.Nick Clifton2015-11-102-1/+24
* Remove leading/trailing white spaces in ChangeLogH.J. Lu2015-07-241-5/+5
* sim: use AS_HELP_STRING everywhereMike Frysinger2015-06-233-11/+24
* sim: update configure.in->configure.ac docsMike Frysinger2015-06-122-1/+5
* sim: drop -DTRACE from configureMike Frysinger2015-06-122-3/+7
* Fix typo in check for valid register number in RX sim.Nick Clifton2015-04-242-1/+6
* sim: fix the PKGVERSION defineMike Frysinger2015-04-132-2/+6
* Regenerate configure in simH.J. Lu2015-04-021-2/+2
* Regenerate configure in simH.J. Lu2015-04-011-4/+6
* sim: update zlib handlingMike Frysinger2015-04-013-84/+17
* sim: rename tconfig.in to tconfig.hMike Frysinger2015-03-164-21/+20
* Build failure in sim/rx/gdb-if.c on windowsJoel Brobecker2015-01-152-4/+10
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-0121-21/+21
* Fix --diable-shared --enable-plugins build breakageAlan Modra2014-08-192-2/+64
* Regenerate sim configury.Roland McGrath2014-08-153-9/+52
* sim: constify arg to sim_do_commandMike Frysinger2014-03-102-4/+11
* sim: constify prog_nameMike Frysinger2014-03-052-1/+5
* Revise signal mapping function in GDB interface for RX sim.Kevin Buettner2014-02-172-29/+18
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-0121-21/+21
* Regenerate sim configure files to pick up support for powerpc64le inAlan Modra2013-09-232-5/+15
* * rx.c (SHIFT_OP): A shift by zero still sets the condition codes.Nick Clifton2013-06-282-2/+6
* sim: use AM_MAINTAINER_MODEMike Frysinger2013-06-053-13/+72
* gdb:Steve Ellcey2013-03-151-1/+1
* * rx.c (decode_opcode): Handle RXO_satr.Nick Clifton2013-01-162-0/+20
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-0121-21/+21
* [sim] Update old contact info in GPL license noticesJoel Brobecker2012-12-191-3/+1
* Update sim copyright headers from GPLv2-or-later to GPLv3-or-later.Joel Brobecker2012-12-191-1/+1
* Fix sim build when configured with --enable-pluginsH.J. Lu2012-11-201-1/+8960
* Define PACKAGE macro in all sims' config.h.Joel Brobecker2012-06-153-0/+19
* gdb/Pedro Alves2012-05-242-4/+10
* [PATCH] sim: make sure to include strsignal prototypeMike Frysinger2012-03-244-134/+235
* sim: rx: fix warnings with AC_DEFINEMike Frysinger2012-03-232-3/+8
* Update rx sim so that it'll print load statistics.Kevin Buettner2012-03-037-5/+58
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-0421-34/+21
* sim: generate build dependencies on the flyMike Frysinger2011-12-033-0/+319
* sim: rename common/aclocal.m4 to common/acinclude.m4Mike Frysinger2011-10-182-1/+5
* sim: move from common.m4 to SIM_AC_COMMONMike Frysinger2011-10-183-1139/+586
* sim: m32c/rx: rename configure.in to match rest of the treeMike Frysinger2011-07-112-0/+4
* sim: m32c/rx: fix typo in copyright updatingMike Frysinger2011-07-112-1/+5
* sim: add sim_complete_command stubs for non-common-using portsMike Frysinger2011-04-162-0/+10
* http://sourceware.org/ml/gdb-patches/2010-11/msg00112.htmlAndrew Burgess2011-01-112-3/+8
* run copyright.sh for 2011.Joel Brobecker2011-01-0121-21/+34
* (decode_opcode): RXO_branchrel is relative to the opcode's PC, notDJ Delorie2010-12-142-2/+4
* * rx.c (decode_opcode): For "MVFC PC,", use the address of theDJ Delorie2010-12-142-0/+13
* * rx.c (lsb_count): New.DJ Delorie2010-11-122-7/+94