aboutsummaryrefslogtreecommitdiff
path: root/sim/common
AgeCommit message (Expand)AuthorFilesLines
1997-10-29common/sim-bits.h: Document ROTn macro.Andrew Cagney1-0/+2
1997-10-28Add support for 16 byte quantities to sim-endian macro H2T.Andrew Cagney3-6/+17
1997-10-28Implement sim_core_{read,write}_word using sim_core_{read,write}_<N>.Andrew Cagney4-13/+27
1997-10-27 * sim-endian.h: Disable 16 byte support.Doug Evans2-7/+9
1997-10-27 * sim-n-endian.h: Add TAGS entrys for 16 byte versions.Doug Evans1-0/+4
1997-10-27Fix typo.Doug Evans1-1/+1
1997-10-27Add 128 bit transfers to sim core.Andrew Cagney7-66/+180
1997-10-24Add function sim_events_slip()Andrew Cagney2-16/+56
1997-10-22Add LMA_P and DO_WRITE arguments to sim/common/sim-load.c:sim_load_file().Andrew Cagney1-0/+7
1997-10-22* nrun.c (main): Exit if bfd_openr fails.Doug Evans1-0/+1
1997-10-22 * nrun.c (main): Remove useless test of name != NULL.Doug Evans2-3/+20
1997-10-21Pacify GCC -WallAndrew Cagney1-0/+6
1997-10-21Delete profile support from MIPS simulator, use sim/common/sim-profileAndrew Cagney1-0/+27
1997-10-20Have single bit macros return an unsigned result. Avoids risk (andAndrew Cagney2-16/+33
1997-10-20Add 8 bit arithmetic to sim-alu.Andrew Cagney1-0/+9
1997-10-14Handle core regions which start at a poorly aligned address.Andrew Cagney3-27/+51
1997-10-14* sim-alu.h (ALU64_HAD_OVERFLOW): Define.Andrew Cagney3-6/+21
1997-10-14Correct type of address argument for sim_core_{read,write}Andrew Cagney2-2/+22
1997-10-02Fix typo, WITH_TARGET_WORD_BITSIZE not WITH_TARGET_BITSIZE.Andrew Cagney1-0/+18
1997-09-25 * sim-break.c (sim_set_breakpoint sim_clear_breakpoint): Use ZALLOCStu Grossman1-2/+2
1997-09-25Add/use SIM_AC_OPTION_BITSIZE.Andrew Cagney1-0/+12
1997-09-25 * Make-common.in: New files sim-break.c, sim-break.h.Stu Grossman5-0/+331
1997-09-23 * sim-events.c (SIM_EVENTS_POLL_RATE): poll more often than onceFelix Lee2-1/+13
1997-09-23* Make-common.in (SIM_SCACHE, SIM_DEFAULT_MODEL): Assign configured values.Andrew Cagney2-1/+10
1997-09-23 * sim-types.h (SIGNED64): ##i64 when _MSC_VER, not _WIN32.Felix Lee1-0/+5
1997-09-23Remove need to update <targ>/Makefile.in when adding optional optionsAndrew Cagney4-68/+222
1997-09-22Enable --alignment option, stop sim-options.c hardwiring the alignment.Andrew Cagney1-0/+4
1997-09-22Fix disabling of model code when simulator does not support modeling.Andrew Cagney2-2/+24
1997-09-22Simplify logic behind the generic configuration option --enable-sim-alignment.Andrew Cagney2-9/+34
1997-09-22Add support for --enable-sim-alignment to simulator common aclocal.m4Andrew Cagney4-19/+108
1997-09-17* sim-events.c (ETRACE): Use trace_printf not sim_io_printf forAndrew Cagney1-0/+10
1997-09-17Define MOVED macro, move sub-bitfield from XXX to YYY.Andrew Cagney1-0/+4
1997-09-17Add/test 8bit bit manipuation macros.Andrew Cagney2-32/+71
1997-09-16Add {LS,MS}SEXT and {LS,MS}INSERTED macros. Eliminates bug in SEXT.Andrew Cagney3-25/+107
1997-09-15Determine ARCHITECTURE from program if possible.Andrew Cagney2-2/+14
1997-09-15 * callback.c (os_write): divert stdout and stderr to theirAndrew Cagney1-0/+5
1997-09-12Add profiling support to v850*.Andrew Cagney2-3/+55
1997-09-10o Wordwrap usage messages from sim-optionsAndrew Cagney3-16/+73
1997-09-10Add option architecture-info to list supported architectures.Andrew Cagney2-0/+26
1997-09-10 * sim-core.h (sim_cpu_core): [WITH_XOR_ENDIAN + 1], to avoidFelix Lee2-1/+7
1997-09-09 * nltvals.def: Regenerate.David Edelsohn1-0/+4
1997-09-08Add/use LSEXTRACTED, MSEXTRACTED macros.Andrew Cagney4-184/+228
1997-09-05Redo watchpoint code so that it target can specify interrupt names.Andrew Cagney4-214/+370
1997-09-05Add sim_do_commandf - printf version of sim_do_command.Andrew Cagney2-0/+22
1997-09-05Define SIGNED64 and UNSIGNED64 macros - handle MSC/GCC LL issue.Andrew Cagney6-22/+219
1997-09-04Finish implementation of sim-memopt.Andrew Cagney7-49/+173
1997-09-04o Add modulo argument to sim_core_attachAndrew Cagney13-204/+729
1997-09-04 * sim-hload.c (sim_load): Add assert for SIM_MAGIC_NUMBER.David Edelsohn1-0/+2
1997-09-04 * gdbinit.in: New file.David Edelsohn6-73/+227
1997-09-03Add support for suspending/resumeing the simulator in sim-modules.Andrew Cagney6-24/+180