..
.Sanitize
* sim-signal.c, sim-signal.h: New files.
1997-11-19 08:00:37 +00:00
aclocal.m4
Remove need to update <targ>/Makefile.in when adding optional options
1997-09-23 01:25:26 +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-scache.c
cgen-scache.h
cgen-sim.h
cgen-trace.c
cgen-types.h
cgen-utils.c
ChangeLog
* callback.c (os_stat): Make 3rd arg a host struct stat ptr.
1997-11-25 09:33:34 +00:00
config.in
configure
Remove need to update <targ>/Makefile.in when adding optional options
1997-09-23 01:25:26 +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
gennltvals.sh
* gennltvals.sh: Generate syscall values for d30v.
1997-11-25 08:18:57 +00:00
gentmap.c
gentvals.sh
Make-common.in
Clarify meaning of sim_signalled's SIGRC argument. Document that this
1997-11-22 12:52:44 +00:00
Makefile.in
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
sim-alu.h
* sim-alu.h (ALU64_HAD_OVERFLOW): Define.
1997-10-14 09:39:05 +00:00
sim-assert.h
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
Finish implementation of sim-memopt.
1997-09-04 10:08:44 +00:00
sim-config.h
Add support for --enable-sim-alignment to simulator common aclocal.m4
1997-09-22 00:24:46 +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
sim-engine.h
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
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
sim-inline.h
sim-io.c
sim-io.h
sim-load.c
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-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
Add support for --enable-sim-alignment to simulator common aclocal.m4
1997-09-22 00:24:46 +00:00
sim-options.h
sim-profile.c
sim-reason.c
(sim_stop_reason): Add comment.
1997-11-19 08:10:40 +00:00
sim-resume.c
sim-run.c
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
sim-trace.c
* sim-trace.c (trace_option_handler): Set state trace file
1997-11-24 22:21:51 +00:00
sim-trace.h
sim-types.h
Add 128 bit transfers to sim core.
1997-10-27 03:00:12 +00:00
sim-utils.c
Add sim_do_commandf - printf version of sim_do_command.
1997-09-05 07:57:27 +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
* callback.c (os_stat): Make 3rd arg a host struct stat ptr.
1997-11-25 09:33:34 +00:00
tconfig.in