old-cross-binutils/sim
Frank Ch. Eigler fd90908986 * Numerous changes & small bug fixes in PKE sim code and test suite.
for sim/testsuite/sky:

	* t-pke4.run: Removed test, since it succeeds yet returns a
 	non-zero exit code.

	* Makefile.in (RUNOPTS): Removed --memory-size flag, made
 	unnecessary by sim/mips/interp.c changes.
	(TESTS): Removed t-pke4.ok target.

	* t-pke3.trc: Classified tests with [---] indicators, to match
 	items up with entries documented in testplan.sgml.  Added numerous
 	additional tests.  They assert behavior that assumes certain
 	favorable answers to PKE question set #6 to SCEI.

	* t-pke1.trc: Added some [---] indicators.

  for sim/mips:

	* sky-pke.c (pke_issue): Revamped interrupt & stall code.  Assume
 	that ER1/ER0/PIS bits are only set if not masked by ERR bits.
  	Signal PIS only if unmasked.
	(pke_code_error): Signal ER1 only if unmasked.
	(pke_pc_fifo): Signal ER0 only if unmasked.
	(pke_code_unpack): Round up num_operands for last operand's
 	partial-word.  Factor out "R" bit handling for better coverage
 	analysis.  Fill upper words of a quadword with zeroes for Vn_m
 	UNPACK with n < 4.

	* sky-device.c (device_error): Made function accept varargs.

	* sky-device.h (device_error): Changed declaration to match.

	* interp.c (sim_open): Made 0x0000 area memory be an alias of
	the K0/K1 segments.  Sanitized code.
1998-03-06 22:46:40 +00:00
..
arm Add config support for the size of the target address and OF cell. 1998-01-31 14:07:23 +00:00
common * sim-core.c (sim_core_attach): Use xmalloc instead of zalloc. 1998-03-04 02:05:06 +00:00
d10v Implement "dbt" and "rtd" instructions. 1998-02-16 00:35:57 +00:00
erc32 Add config support for the size of the target address and OF cell. 1998-01-31 14:07:23 +00:00
h8300 Add config support for the size of the target address and OF cell. 1998-01-31 14:07:23 +00:00
igen Generate ENGINE_ISSUE hooks as part of SMP simulator. 1998-02-23 14:43:13 +00:00
m32r * Makefile.in (SIM_EXTRA_DEPS): Add cpu-opc.h. 1998-03-04 21:22:09 +00:00
mips * Numerous changes & small bug fixes in PKE sim code and test suite. 1998-03-06 22:46:40 +00:00
mn10300 * simops.c (inc): Fix typo. 1998-02-28 01:41:28 +00:00
ppc
sh Add config support for the size of the target address and OF cell. 1998-01-31 14:07:23 +00:00
testsuite * Numerous changes & small bug fixes in PKE sim code and test suite. 1998-03-06 22:46:40 +00:00
tic80 Add generic sim-info.c:sim_info() function using module mechanism. 1998-02-28 02:51:06 +00:00
txvu
v850 Add generic sim-info.c:sim_info() function using module mechanism. 1998-02-28 02:51:06 +00:00
w65 For sim_fetch_register / sim_store_register: Add LENGTH parameter, 1998-02-17 04:06:38 +00:00
.Sanitize delete txvu/dvp/sky stuff, lives in mips dir now, configured with 1998-02-06 02:42:34 +00:00
ChangeLog * Update configure: txvu-elf changed to dvp-elf. 1998-02-04 18:46:18 +00:00
configure * Update configure: txvu-elf changed to dvp-elf. 1998-02-04 18:46:18 +00:00
configure.in delete txvu/dvp/sky stuff, lives in mips dir now, configured with 1998-02-06 02:42:34 +00:00
Makefile.in
README-HACKING