binutils-gdb/sim/common
Doug Evans 0471756934 * sim-core.c (sim_core_attach): Revise last patch.
Use 0xa5 as initial value.
1998-03-02 23:03:32 +00:00
..
.Sanitize * sim-xcat.h: Delete. 1998-02-23 18:21:14 +00:00
ChangeLog * sim-core.c (sim_core_attach): Revise last patch. 1998-03-02 23:03:32 +00:00
Make-common.in Add generic sim-info.c:sim_info() function using module mechanism. 1998-02-28 02:51:06 +00:00
Makefile.in * run.c: #include ../common/config.h, tconfig.h. 1996-11-20 09:20:55 +00:00
aclocal.m4 Add config support for the size of the target address and OF cell. 1998-01-31 14:07:23 +00:00
callback.c * callback.c (cb_host_to_target_stat): Fix return values. 1997-11-20 00:47:02 +00:00
cgen-mem.h * sim-xcat.h: Delete. 1998-02-23 18:21:14 +00:00
cgen-scache.c * sim-utils.c (sim_add_commas): New function. 1997-05-02 00:32:05 +00:00
cgen-scache.h * cgen-mem.h, cgen-scache.[ch], cgen-sem.h, cgen-sim.h: New files. 1997-05-01 01:48:27 +00:00
cgen-sim.h * sim-xcat.h: Delete. 1998-02-23 18:21:14 +00:00
cgen-trace.c replaced call to CGEN_INSN_SYNTAX()->mnemonic with CGEN_INSN_MNEMONIC() 1998-01-16 20:36:07 +00:00
cgen-types.h * cgen-mem.h, cgen-scache.[ch], cgen-sem.h, cgen-sim.h: New files. 1997-05-01 01:48:27 +00:00
cgen-utils.c * genmloop.sh (engine_resume): Update insn_count before exiting. 1998-02-25 08:25:11 +00:00
cgen.sh * Make-common.in (cgen-{arch,cpu,decode}): New targets. 1998-01-19 21:14:14 +00:00
config.in Get configure to define RETSIGTYPE 1997-04-07 05:58:59 +00:00
configure * aclocal.m4: Recognize --enable-maintainer-mode. 1998-01-20 06:37:00 +00:00
configure.in Determine ARCHITECTURE from program if possible. 1997-09-15 08:11:50 +00:00
gdbinit.in * gdbinit.in: New file. 1997-09-04 00:49:57 +00:00
genmloop.sh * genmloop.sh (engine_resume): Update insn_count before exiting. 1998-02-25 08:25:11 +00:00
gennltvals.sh * gennltvals.sh: Generate syscall values for d30v. 1997-11-25 08:18:57 +00:00
gentmap.c * run.c: #include ../common/config.h, tconfig.h. 1996-11-20 09:20:55 +00:00
gentvals.sh * run.c: #include ../common/config.h, tconfig.h. 1996-11-20 09:20:55 +00:00
nltvals.def * gennltvals.sh: Generate syscall values for d30v. 1997-11-25 08:18:57 +00:00
nrun.c * nrun.c (main): Remove useless test of name != NULL. 1997-10-22 01:38:49 +00:00
run.1
run.c Add ABFD argument to sim_open call. Pass through to sim_config so 1997-08-25 23:14:25 +00:00
sim-abort.c o Implement generic halt/restart/abort module. 1997-05-19 03:42:33 +00:00
sim-alu.h * sim-xcat.h: Delete. 1998-02-23 18:21:14 +00:00
sim-assert.h Pass GCC -W... 1997-03-21 03:56:07 +00:00
sim-base.h Add generic sim-info.c:sim_info() function using module mechanism. 1998-02-28 02:51:06 +00:00
sim-basics.h o Add modulo argument to sim_core_attach 1997-09-04 03:47:39 +00:00
sim-bits.c Add {LS,MS}SEXT and {LS,MS}INSERTED macros. Eliminates bug in SEXT. 1997-09-16 07:04:46 +00:00
sim-bits.h Have single bit macros return an unsigned result. Avoids risk (and 1997-10-20 07:27:55 +00:00
sim-break.c * sim-signal.c, sim-signal.h: New files. 1997-11-19 08:00:37 +00:00
sim-break.h * Make-common.in: New files sim-break.c, sim-break.h. 1997-09-25 00:51:17 +00:00
sim-config.c Add config support for the size of the target address and OF cell. 1998-01-31 14:07:23 +00:00
sim-config.h Add config support for the size of the target address and OF cell. 1998-01-31 14:07:23 +00:00
sim-core.c * sim-core.c (sim_core_attach): Revise last patch. 1998-03-02 23:03:32 +00:00
sim-core.h (profile_print_core): Simplify by calling sim_core_map_to_str. 1998-02-25 07:36:23 +00:00
sim-endian.c Add 128 bit transfers to sim core. 1997-10-27 03:00:12 +00:00
sim-endian.h Add support for 16 byte quantities to sim-endian macro H2T. 1997-10-28 07:10:36 +00:00
sim-engine.c Change longjmp param/setjmp return value used for simulator restart from 0 to 2. 1997-05-22 13:16:03 +00:00
sim-engine.h o Implement generic halt/restart/abort module. 1997-05-19 03:42:33 +00:00
sim-events.c * sim-events.c (sim_events_process): Re-compute the time - 1997-11-11 07:48:05 +00:00
sim-events.h Add support for suspending/resumeing the simulator in sim-modules. 1997-09-03 07:26:11 +00:00
sim-fpu.c Extend TRACE macros to include more cases. 1998-02-25 15:15:08 +00:00
sim-fpu.h * sim-fpu.h (enum sim_fpu_class): Add sim_fpu_class_denorm. 1998-02-23 09:18:30 +00:00
sim-hload.c New file - generic implementation of sim_load for hardware only 1997-08-27 04:45:59 +00:00
sim-hrw.c Finish implementation of sim-memopt. 1997-09-04 10:08:44 +00:00
sim-info.c Add generic sim-info.c:sim_info() function using module mechanism. 1998-02-28 02:51:06 +00:00
sim-inline.c Add flakey floating-point support to the TI c80 simulator. 1997-05-05 12:46:25 +00:00
sim-inline.h Add flakey floating-point support to the TI c80 simulator. 1997-05-05 12:46:25 +00:00
sim-io.c * sim-io.c (sim_io_getstring): Delete unused len2. (sim_io_syscalls): 1997-11-26 21:35:53 +00:00
sim-io.h New files: 1997-03-07 09:15:56 +00:00
sim-load.c * Make-common.in: Change clean targets to use :: so that other 1997-04-22 16:00:06 +00:00
sim-memopt.c * sim-base.h (sim_cpu_base): New members name, options. 1998-02-27 18:39:22 +00:00
sim-memopt.h o Add modulo argument to sim_core_attach 1997-09-04 03:47:39 +00:00
sim-module.c * sim-module.c (*): Fix typos in assertion tests. 1998-02-28 03:01:52 +00:00
sim-module.h Fix comment. 1998-01-19 14:13:30 +00:00
sim-n-bits.h Add/use LSEXTRACTED, MSEXTRACTED macros. 1997-09-08 17:21:13 +00:00
sim-n-core.h * sim-xcat.h: Delete. 1998-02-23 18:21:14 +00:00
sim-n-endian.h Passify GCC. Convert 0x0LL to something more portable in the FP code. 1997-08-30 00:02:19 +00:00
sim-options.c (find_match): recheck argv[argi] in multi-word match. Fixes crash when 1998-03-01 14:49:50 +00:00
sim-options.h Watchpoint interface. 1997-05-21 06:54:13 +00:00
sim-profile.c Add generic sim-info.c:sim_info() function using module mechanism. 1998-02-28 02:51:06 +00:00
sim-profile.h Add generic sim-info.c:sim_info() function using module mechanism. 1998-02-28 02:51:06 +00:00
sim-reason.c (sim_stop_reason): Add comment. 1997-11-19 08:10:40 +00:00
sim-resume.c Change longjmp param/setjmp return value used for simulator restart from 0 to 2. 1997-05-22 13:16:03 +00:00
sim-run.c o Implement generic halt/restart/abort module. 1997-05-19 03:42:33 +00:00
sim-signal.c Pacify GCC - SIM_SIGNONE missing in enum, xmalloc/free VS ZALLOC/zfree. 1997-11-20 22:56:11 +00:00
sim-signal.h * sim-signal.c, sim-signal.h: New files. 1997-11-19 08:00:37 +00:00
sim-stop.c o Implement generic halt/restart/abort module. 1997-05-19 03:42:33 +00:00
sim-trace.c Extend TRACE macros to include more cases. 1998-02-25 15:15:08 +00:00
sim-trace.h Add tracing to r5900 p* instructions. 1998-02-24 03:42:27 +00:00
sim-types.h Add config support for the size of the target address and OF cell. 1998-01-31 14:07:23 +00:00
sim-utils.c * sim-base.h (sim_cpu_base): New members name, options. 1998-02-27 18:39:22 +00:00
sim-utils.h Finish implementation of sim-memopt. 1997-09-04 10:08:44 +00:00
sim-watch.c o Wordwrap usage messages from sim-options 1997-09-10 22:47:12 +00:00
sim-watch.h Redo watchpoint code so that it target can specify interrupt names. 1997-09-05 08:16:23 +00:00
syscall.c Handle short reads and EOF 1998-02-23 18:21:13 +00:00
tconfig.in * run.c: #include ../common/config.h, tconfig.h. 1996-11-20 09:20:55 +00:00