summaryrefslogtreecommitdiff
path: root/sim
AgeCommit message (Expand)Author
2011-01-12sim: enable hw_tree_delete in sim_hw_uninstallMike Frysinger
2011-01-12sim: check asprintf return valuesMike Frysinger
2011-01-11sim: allow memory maps to default to mapped filesMike Frysinger
2011-01-11http://sourceware.org/ml/gdb-patches/2010-11/msg00112.htmlAndrew Burgess
2011-01-10sim: fix handling of 2nd arg to SIM_AC_OPTION_HARDWAREMike Frysinger
2011-01-10sim: add noreturn markings to more hw abort/halt funcsMike Frysinger
2011-01-05 * testutils.inc: Correct comment syntax fallout fromHans-Peter Nilsson
2011-01-05 * mips32-dsp.s: Update copyright year.Hans-Peter Nilsson
2011-01-05sim: ignore generated hw-config.hMike Frysinger
2011-01-05sim: tweak load buffer type to avoid signed warningsMike Frysinger
2011-01-05Copyright year update in sim/ppc/psim.texinfoJoel Brobecker
2011-01-05Update the copyright year for most remaining files in GDBJoel Brobecker
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-12-29sim: HW_NALLOC: new alloc helperMike Frysinger
2010-12-29sim: HW_NZALLOC: fix arg handlingMike Frysinger
2010-12-23sim: start a gitignoreMike Frysinger
2010-12-15sim: add --map-info optionMike Frysinger
2010-12-14(decode_opcode): RXO_branchrel is relative to the opcode's PC, notDJ Delorie
2010-12-14* rx.c (decode_opcode): For "MVFC PC,", use the address of theDJ Delorie
2010-12-04* Makefile.in: Use CC_FOR_BUILD to build opc2c.Masaki Muranaka
2010-11-23sim: profile: fix building with --disable-sim-profileMike Frysinger
2010-11-23sim: cast away hw/device differencesMike Frysinger
2010-11-16sim: dv-sockser: add a write buffer variantMike Frysinger
2010-11-12* rx.c (lsb_count): New.DJ Delorie
2010-10-09Regenerate for bool -> bool_ changeAlan Modra
2010-10-06 * callback.c (os_lseek): Call wrap on lseek result.Hans-Peter Nilsson
2010-10-06 * traps.c (cris_break_13_handler): Pass lseekHans-Peter Nilsson
2010-10-06 * sim/cris/c/seek3.c, sim/cris/c/seek4.c: New tests.Hans-Peter Nilsson
2010-09-30 * mem.c (rx_mem_ptr): When invalidating the decode cache, accountKevin Buettner
2010-09-29 * rx.c (decode_opcode: RXO_int): Only break out of the emulationNick Clifton
2010-09-24 * rx.c (decode_opcode): Add cycle information for RXO_smovu.Kevin Buettner
2010-09-24Fix typo in ChangeLog entry.Kevin Buettner
2010-09-23 * cpu.h (reset_decoder): Declare.Kevin Buettner
2010-09-23 * rx.c (decode_opcode): Declare `rx' as unsigned.Kevin Buettner
2010-09-23 * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.Kevin Buettner
2010-08-24 * sim/cris/asm/nonvcv32.ms: Neutralize changed &&-in-macro gas syntax.Hans-Peter Nilsson
2010-07-29[include/opcode]DJ Delorie
2010-07-28Sort *alphabetically* this timeDJ Delorie
2010-07-28[sim/rx]DJ Delorie
2010-07-28* MAINTAINERS: Add self as RX maintainer. Sort list.DJ Delorie
2010-07-07 * gdb-if.c (sim_store_register): Add case for sim_rx_acc_regnum.Kevin Buettner
2010-06-24Add "acc" register. Revise register order and names.Kevin Buettner
2010-06-08oops - omitted from previous deltaNick Clifton
2010-06-08 * reg.c (set_oszc): Use unsigned int for the mask.Nick Clifton
2010-05-28Revert accidentally committed changes that aren't ready yet.Kevin Buettner
2010-05-28 * gdb-if.c (sim_do_command): Add a "sim verbose noisy" command.Kevin Buettner
2010-05-262010-05-26 Ozkan Sezer <sezeroz@gmail.com>Ozkan Sezer
2010-05-20Fix erc32 sim build failure due to missing stdint.h.Joel Brobecker
2010-05-112010-04-20 Tiemen Schut <T.Schut@sron.nl>Joel Sherrill
2010-04-26sim: unify target->subdir handling for default testsMike Frysinger