old-cross-binutils/sim/common
Fred Fish 93f75411f6 * sim-base.h (struct sim_state_base): Add prog_syms and
define macro STATE_PROG_SYMS.
	* sim-trace.c (trace_one_insn): Add variables abfd, symsize,
	symbol_count, and asymbols.  Call bfd_get_symtab_upper_bound
	and bfd_canonicalize_symtab, to get symbol table on first use
	and preserve it via STATE_PROG_SYMS for future calls to
	bfd_find_nearest_line.
1998-03-13 20:39:00 +00:00
..
.Sanitize massive sanitization fixes 1998-03-13 13:09:32 +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
cgen-scache.h
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-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
ChangeLog * sim-base.h (struct sim_state_base): Add prog_syms and 1998-03-13 20:39:00 +00:00
config.in
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
gentvals.sh
Make-common.in Add generic sim-info.c:sim_info() function using module mechanism. 1998-02-28 02:51:06 +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-xcat.h: Delete. 1998-02-23 18:21:14 +00:00
sim-assert.h
sim-base.h * sim-base.h (sim_state_base): New member environment. 1998-03-09 21:04:28 +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 Allow more than just read, write and exec memory spaces in the core 1998-03-11 12:18:39 +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): Use xmalloc instead of zalloc. 1998-03-04 02:05:06 +00:00
sim-core.h Good grief. Detailed function descriptions should accompany their definition. 1998-03-03 00:45: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 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
sim-inline.h
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
sim-load.c
sim-memopt.c Fix typos. 1998-03-03 01:54: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
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
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-base.h (struct sim_state_base): Add prog_syms and 1998-03-13 20:39:00 +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