You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Frank Ch. Eigler 78b871ec81 * Build fixes for tx39 sim hosted on strange Linux boxen. 28 years ago
..
.Sanitize remove d30v sanitization 28 years ago
ChangeLog * Build fixes for tx39 sim hosted on strange Linux boxen. 28 years ago
Make-common.in Memory corruption problems - hw-event list wasn't correct 29 years ago
Makefile.in * run.c: #include ../common/config.h, tconfig.h. 30 years ago
acconfig.h * configure: Regenerated to track ../common/aclocal.m4 changes. 29 years ago
aclocal.m4 * configure: Regenerated to track ../common/aclocal.m4 changes. 29 years ago
callback.c * callback.c (cb_host_to_target_stat): Fix return values. 29 years ago
cgen-mem.h * sim-xcat.h: Delete. 29 years ago
cgen-scache.c * sim-utils.c (sim_add_commas): New function. 30 years ago
cgen-scache.h * cgen-mem.h, cgen-scache.[ch], cgen-sem.h, cgen-sim.h: New files. 30 years ago
cgen-sim.h * Make-common.in (SCHEME,SCHEMEFLAGS): Delete. 29 years ago
cgen-trace.c * cgen-trace.c (trace_insn_init): New arg first_p. 29 years ago
cgen-types.h * cgen-mem.h, cgen-scache.[ch], cgen-sem.h, cgen-sim.h: New files. 30 years ago
cgen-utils.c * genmloop.sh (engine_resume): Update insn_count before exiting. 29 years ago
cgen.sh * Make-common.in (cgen-{arch,cpu,decode}): New targets. 29 years ago
config.in Get configure to define RETSIGTYPE 30 years ago
configure * configure: Regenerated to track ../common/aclocal.m4 changes. 29 years ago
configure.in Determine ARCHITECTURE from program if possible. 29 years ago
dv-core.c Add function hw_trace() and macro HW_TRACE - provides trace support 29 years ago
dv-glue.c New function hw_strdup() - use memory tied to hw device. 29 years ago
dv-pal.c Split out hw-event code. Clean up interface. Update all users. 29 years ago
dv-sockser.c * eCos tx3904sio sim - devo part 1/2 28 years ago
dv-sockser.h * dv-sockser.c, dv-sockser.h: New files. 29 years ago
gdbinit.in * gdbinit.in: New file. 29 years ago
genmloop.sh * Make-common.in (SCHEME,SCHEMEFLAGS): Delete. 29 years ago
gennltvals.sh * gennltvals.def (m32r): Use common syscall.h now. 29 years ago
gentmap.c * run.c: #include ../common/config.h, tconfig.h. 30 years ago
gentvals.sh * run.c: #include ../common/config.h, tconfig.h. 30 years ago
hw-alloc.c Add files hw-alloc.[hc] (mising from last CI) 29 years ago
hw-alloc.h Add files hw-alloc.[hc] (mising from last CI) 29 years ago
hw-base.c Make hw-main.h the main header file for H/W devices. Like sim-main.h 29 years ago
hw-base.h Make hw-main.h the main header file for H/W devices. Like sim-main.h 29 years ago
hw-device.c Add files hw-alloc.[hc] (mising from last CI) 29 years ago
hw-device.h Make hw-main.h the main header file for H/W devices. Like sim-main.h 29 years ago
hw-events.c Split out hw-event code. Clean up interface. Update all users. 29 years ago
hw-events.h Split out hw-event code. Clean up interface. Update all users. 29 years ago
hw-handles.c Pull in preliminary versions of hw instances and handles from ../ppc 29 years ago
hw-handles.h Pull in preliminary versions of hw instances and handles from ../ppc 29 years ago
hw-instances.c Pull in preliminary versions of hw instances and handles from ../ppc 29 years ago
hw-instances.h Pull in preliminary versions of hw instances and handles from ../ppc 29 years ago
hw-main.h Make hw-main.h the main header file for H/W devices. Like sim-main.h 29 years ago
hw-ports.c Split out hw-event code. Clean up interface. Update all users. 29 years ago
hw-ports.h Split out hw-event code. Clean up interface. Update all users. 29 years ago
hw-properties.c Initialize/destory hw-properties within the hw-device. 29 years ago
hw-tree.c * dv-pal.c (hw_pal_countdown, hw_pal_countdown_value, 29 years ago
hw-tree.h Prototype common device framework. Plenty more work to go. 29 years ago
nltvals.def * gennltvals.def (m32r): Use common syscall.h now. 29 years ago
nrun.c * nrun.c (main): Remove useless test of name != NULL. 29 years ago
run.1 Thu Sep 28 15:40:36 1995 steve chamberlain <sac@slash.cygnus.com> 31 years ago
run.c Add ABFD argument to sim_open call. Pass through to sim_config so 29 years ago
sim-abort.c o Implement generic halt/restart/abort module. 30 years ago
sim-alu.h * sim-xcat.h: Delete. 29 years ago
sim-assert.h Pass GCC -W... 30 years ago
sim-base.h sim-base.h: Add configure option --with-sim-funit. 29 years ago
sim-basics.h o Add modulo argument to sim_core_attach 29 years ago
sim-bits.c Add {LS,MS}SEXT and {LS,MS}INSERTED macros. Eliminates bug in SEXT. 29 years ago
sim-bits.h * sim-bits.h (EXTEND24): Define. 29 years ago
sim-break.c * dv-sockser.c, dv-sockser.h: New files. 29 years ago
sim-break.h * Make-common.in: New files sim-break.c, sim-break.h. 29 years ago
sim-config.c Add config support for the size of the target address and OF cell. 29 years ago
sim-config.h Add config support for the size of the target address and OF cell. 29 years ago
sim-core.c * sim-core.h (SIM_CORE_SIGNAL_FN): New typedef. 29 years ago
sim-core.h * sim-core.h (SIM_CORE_SIGNAL_FN): New typedef. 29 years ago
sim-cpu.c * Make-common (sim_main_headers): Sort. 29 years ago
sim-endian.c Add 128 bit transfers to sim core. 29 years ago
sim-endian.h Add support for 16 byte quantities to sim-endian macro H2T. 29 years ago
sim-engine.c Change longjmp param/setjmp return value used for simulator restart from 0 to 2. 30 years ago
sim-engine.h o Implement generic halt/restart/abort module. 30 years ago
sim-events.c * sim-events.c (sim_events_process): Re-compute the time - 29 years ago
sim-events.h Add support for suspending/resumeing the simulator in sim-modules. 29 years ago
sim-fpu.c o CVT.S.W and CVT.W.S were reversed 29 years ago
sim-fpu.h Cleanup INLINE support for simulators using common framework. 29 years ago
sim-hload.c New file - generic implementation of sim_load for hardware only 29 years ago
sim-hrw.c Finish implementation of sim-memopt. 29 years ago
sim-hw.c Split out hw-event code. Clean up interface. Update all users. 29 years ago
sim-hw.h Do top level sim-hw module for device tree. 29 years ago
sim-info.c Add generic sim-info.c:sim_info() function using module mechanism. 29 years ago
sim-inline.c Add flakey floating-point support to the TI c80 simulator. 30 years ago
sim-inline.h Add flakey floating-point support to the TI c80 simulator. 30 years ago
sim-io.c Copy polling code in PSIM simulator into common directory. Will 29 years ago
sim-io.h New files: 30 years ago
sim-load.c * Make-common.in: Change clean targets to use :: so that other 30 years ago
sim-memopt.c Fix typos. 29 years ago
sim-memopt.h o Add modulo argument to sim_core_attach 29 years ago
sim-module.c * sim-hw.c: Include ctype.h. 29 years ago
sim-module.h Fix comment. 29 years ago
sim-n-bits.h Add/use LSEXTRACTED, MSEXTRACTED macros. 29 years ago
sim-n-core.h * sim-xcat.h: Delete. 29 years ago
sim-n-endian.h Passify GCC. Convert 0x0LL to something more portable in the FP code. 29 years ago
sim-options.c (find_match): recheck argv[argi] in multi-word match. Fixes crash when 29 years ago
sim-options.h Watchpoint interface. 30 years ago
sim-profile.c Add generic sim-info.c:sim_info() function using module mechanism. 29 years ago
sim-profile.h Add generic sim-info.c:sim_info() function using module mechanism. 29 years ago
sim-reason.c (sim_stop_reason): Add comment. 29 years ago
sim-resume.c Change longjmp param/setjmp return value used for simulator restart from 0 to 2. 30 years ago
sim-run.c o Implement generic halt/restart/abort module. 30 years ago
sim-signal.c Pacify GCC - SIM_SIGNONE missing in enum, xmalloc/free VS ZALLOC/zfree. 29 years ago
sim-signal.h * sim-signal.c, sim-signal.h: New files. 29 years ago
sim-stop.c o Implement generic halt/restart/abort module. 30 years ago
sim-trace.c * sim-base.h (struct sim_state_base): Add prog_syms and 29 years ago
sim-trace.h Add tracing to r5900 p* instructions. 29 years ago
sim-types.h Drop leading `_' from macros. 29 years ago
sim-utils.c * sim-base.h (sim_cpu_base): New members name, options. 29 years ago
sim-utils.h Finish implementation of sim-memopt. 29 years ago
sim-watch.c o Wordwrap usage messages from sim-options 29 years ago
sim-watch.h Redo watchpoint code so that it target can specify interrupt names. 29 years ago
syscall.c Handle short reads and EOF 29 years ago
tconfig.in * run.c: #include ../common/config.h, tconfig.h. 30 years ago