binutils-gdb/sim/common
Doug Evans 7caebec6f6 * cgen.sh: Portably read parms past $9. 1998-01-29 12:14:10 +00:00
..
.Sanitize sanitize keep-cygnus cgen generation 1998-01-20 02:36:21 +00:00
ChangeLog * cgen.sh: Portably read parms past $9. 1998-01-29 12:14:10 +00:00
Make-common.in * aclocal.m4: Recognize --enable-maintainer-mode. 1998-01-20 06:37:00 +00:00
Makefile.in * run.c: #include ../common/config.h, tconfig.h. 1996-11-20 09:20:55 +00:00
aclocal.m4 * aclocal.m4: Recognize --enable-maintainer-mode. 1998-01-20 06:37:00 +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 * cgen-mem.h, cgen-scache.[ch], cgen-sem.h, cgen-sim.h: New files. 1997-05-01 01:48:27 +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 (EXTRACT_SIGNED,EXTRACT_UNSIGNED,HOST_LONGS_FOR_BITS): Move from 1997-05-01 17:45:25 +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 Update devo version of m32r sim to build with recent sim/common changes. 1997-05-02 08:41:15 +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 cgen-{mem,sem}.h renamed to {mem,sem}-ops.h. 1997-05-01 22:36:34 +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 Thu Sep 28 15:40:36 1995 steve chamberlain <sac@slash.cygnus.com> 1995-09-28 22:42:28 +00:00
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 Fix problems with d30v addc/subb 1997-11-29 01:14:58 +00:00
sim-assert.h Pass GCC -W... 1997-03-21 03:56:07 +00:00
sim-base.h * Make-common.in (SIM_NEW_COMMON_OBJS): New variable. 1997-11-18 23:55:33 +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 * Make-common.in (SIM_ENVIRONMENT): New variable. 1997-12-04 02:04:42 +00:00
sim-config.h * Make-common.in (SIM_ENVIRONMENT): New variable. 1997-12-04 02:04:42 +00:00
sim-core.c * sim-core.c (sim_core_signal): Use sim_stopped instead of 1997-11-19 08:03:53 +00:00
sim-core.h Make memory regions layered (just like existing device regions) so 1997-10-31 08:49:10 +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 Passify GCC. Convert 0x0LL to something more portable in the FP code. 1997-08-30 00:02:19 +00:00
sim-fpu.h More floating point operations. 1997-05-15 02:22:37 +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-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 Make memory regions layered (just like existing device regions) so 1997-10-31 08:49:10 +00:00
sim-memopt.h o Add modulo argument to sim_core_attach 1997-09-04 03:47:39 +00:00
sim-module.c o Add modulo argument to sim_core_attach 1997-09-04 03:47:39 +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-base.h (sim_state_base): Move `magic' to end of struct. 1997-11-13 21:18: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 * Make-common.in (SIM_ENVIRONMENT): New variable. 1997-12-04 02:04:42 +00:00
sim-options.h Watchpoint interface. 1997-05-21 06:54:13 +00:00
sim-profile.c * sim-base.h (sim_state_base): Delete member `model'. 1998-01-19 21:11:00 +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 * sim-trace.c (trace_option_handler): Set state trace file 1997-11-24 22:21:51 +00:00
sim-trace.h o Clean-up tic80 fp tracing 1997-05-07 13:58:52 +00:00
sim-types.h Add 128 bit transfers to sim core. 1997-10-27 03:00:12 +00:00
sim-utils.c * sim-utils.c (sim_state_alloc): Delete setting of cpu backlink here. 1998-01-19 21:09:43 +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
sim-xcat.h * sim-events.c (SIM_EVENTS_POLL_RATE): poll more often than once 1997-09-23 18:08:09 +00:00
syscall.c Flush writes to stdout, stderr 1997-11-26 21:52:16 +00:00
tconfig.in * run.c: #include ../common/config.h, tconfig.h. 1996-11-20 09:20:55 +00:00