summaryrefslogtreecommitdiff
path: root/sim/rx
AgeCommit message (Expand)AuthorFilesLines
2012-03-03Update rx sim so that it'll print load statistics.Kevin Buettner7-5/+58
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker21-34/+21
2011-12-03sim: generate build dependencies on the flyMike Frysinger3-0/+319
2011-10-18sim: rename common/aclocal.m4 to common/acinclude.m4Mike Frysinger2-1/+5
2011-10-18sim: move from common.m4 to SIM_AC_COMMONMike Frysinger3-1139/+586
2011-07-11sim: m32c/rx: rename configure.in to match rest of the treeMike Frysinger2-0/+4
2011-07-11sim: m32c/rx: fix typo in copyright updatingMike Frysinger2-1/+5
2011-04-16sim: add sim_complete_command stubs for non-common-using portsMike Frysinger2-0/+10
2011-01-11http://sourceware.org/ml/gdb-patches/2010-11/msg00112.htmlAndrew Burgess2-3/+8
2011-01-01run copyright.sh for 2011.Joel Brobecker21-21/+34
2010-12-14(decode_opcode): RXO_branchrel is relative to the opcode's PC, notDJ Delorie2-2/+4
2010-12-14* rx.c (decode_opcode): For "MVFC PC,", use the address of theDJ Delorie2-0/+13
2010-11-12* rx.c (lsb_count): New.DJ Delorie2-7/+94
2010-09-30 * mem.c (rx_mem_ptr): When invalidating the decode cache, accountKevin Buettner2-3/+15
2010-09-29 * rx.c (decode_opcode: RXO_int): Only break out of the emulationNick Clifton2-1/+8
2010-09-24 * rx.c (decode_opcode): Add cycle information for RXO_smovu.Kevin Buettner2-0/+8
2010-09-24Fix typo in ChangeLog entry.Kevin Buettner1-1/+1
2010-09-23 * cpu.h (reset_decoder): Declare.Kevin Buettner4-0/+15
2010-09-23 * rx.c (decode_opcode): Declare `rx' as unsigned.Kevin Buettner2-1/+3
2010-09-23 * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.Kevin Buettner6-0/+9
2010-07-29[include/opcode]DJ Delorie7-204/+240
2010-07-28[sim/rx]DJ Delorie12-748/+2359
2010-07-07 * gdb-if.c (sim_store_register): Add case for sim_rx_acc_regnum.Kevin Buettner2-0/+8
2010-06-24Add "acc" register. Revise register order and names.Kevin Buettner2-0/+12
2010-06-08oops - omitted from previous deltaNick Clifton1-0/+5
2010-06-08 * reg.c (set_oszc): Use unsigned int for the mask.Nick Clifton1-4/+4
2010-05-28Revert accidentally committed changes that aren't ready yet.Kevin Buettner1-7/+0
2010-05-28 * gdb-if.c (sim_do_command): Add a "sim verbose noisy" command.Kevin Buettner2-1/+14
2010-04-14sim: constify sim_write source buffer (part 2)Mike Frysinger2-1/+5
2010-02-14 * configure.in: Check if the host has getopt.h.Masaki Muranaka5-0/+138
2010-01-09Sync Libtool from GCC.Ralf Wildenhues1-1/+24
2010-01-01Update copyright notices to add year 2010.Joel Brobecker21-21/+21
2009-12-23* rx/rx.c (decode_opcode): btst bit address mask fix.DJ Delorie2-1/+5
2009-11-30* rx/rx.c (decode_opcode): fix SWHILE logic.DJ Delorie2-3/+7
2009-11-24[sim]DJ Delorie25-0/+11860