darling-gdb/sim/v850
DJ Delorie c5fbc25baf Index: ChangeLog
* configure.ac (v850): V850 now has a testsuite.
	* configure (v850): Likewise.

Index: testsuite/ChangeLog

	* sim/v850/: New directory.
	* sim/v850/allinsns.exp: New.
	* sim/v850/bsh.cgs: New.
	* sim/v850/div.cgs: New.
	* sim/v850/divh.cgs: New.
	* sim/v850/divh_3.cgs: New.
	* sim/v850/divhu.cgs: New.
	* sim/v850/divu.cgs: New.
	* sim/v850/sar.cgs: New.
	* sim/v850/satadd.cgs: New.
	* sim/v850/satsub.cgs: New.
	* sim/v850/satsubi.cgs: New.
	* sim/v850/satsubr.cgs: New.
	* sim/v850/shl.cgs: New.
	* sim/v850/shr.cgs: New.
	* sim/v850/testutils.cgs: New.
	* sim/v850/testutils.inc: New.

Index: v850/ChangeLog

	* simops.c (OP_C0): Correct saturation logic.
	(OP_220): Likewise.
	(OP_A0): Likewise.
	(OP_660): Likewise.
	(OP_80): Likewise.

	* simops.c (OP_2A0): If the shift count is zero, clear the
	carry.
	(OP_A007E0): Likewise.
	(OP_2C0): Likewise.
	(OP_C007E0): Likewise.
	(OP_280): Likewise.
	(OP_8007E0): Likewise.

	* simops.c (OP_2C207E0): Correct PSW flags for special divu
	conditions.
	(OP_2C007E0): Likewise, for div.
	(OP_28207E0): Likewise, for divhu.
	(OP_28007E0): Likewise, for divh.  Also, sign-extend the correct
	operand.
	* v850.igen (divh): Likewise, for 2-op divh.

	* v850.igen (bsh): Fix carry logic.
2008-02-06 00:40:05 +00:00
..
ChangeLog Index: ChangeLog 2008-02-06 00:40:05 +00:00
config.in * acconfig.h: Remove. 2006-12-21 04:43:53 +00:00
configure * common/aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR. 2006-06-13 08:06:50 +00:00
configure.ac Index: arm/ChangeLog 2005-01-14 20:05:48 +00:00
interp.c Add support for v850e1 instructions 2003-09-05 17:46:52 +00:00
Makefile.in Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
sim-main.h 2002-11-30 Andrew Cagney <cagney@redhat.com> 2002-11-30 18:01:30 +00:00
simops.c Index: ChangeLog 2008-02-06 00:40:05 +00:00
simops.h * simops.c (OP_40): Delete. Move code to... 2003-04-06 08:51:04 +00:00
v850_sim.h Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
v850-dc Add support for v850e1 instructions 2003-09-05 17:46:52 +00:00
v850.igen Index: ChangeLog 2008-02-06 00:40:05 +00:00