This is the mail archive of the gdb-cvs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/sim/testsuite/sim/h8300 ChangeLog addx.s a ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	msnyder@sourceware.org	2003-06-19 02:40:12

Modified files:
	sim/testsuite/sim/h8300: ChangeLog addx.s allinsn.exp andb.s 
	                         brabc.s bset.s jmp.s ldm.s mac.s orb.s 
	                         xorb.s testutils.inc 
Added files:
	sim/testsuite/sim/h8300: band.s biand.s div.s mul.s stack.s 
	                         subs.s subx.s tas.s 

Log message:
	2003-05-30  Alexandre Oliva  <aoliva@redhat.com>
	
	* allinsn.exp: Fix typos introduced on 2003-05-27.
	
	2003-05-29  Michael Snyder  <msnyder@redhat.com>
	
	* tas.s: Use er4 for h8h and h8s, er3 for h8sx.
	
	2003-05-28  Michael Snyder  <msnyder@redhat.com>
	
	* subs.s: New file.
	* subx.s: New file.
	* allinsn.exp: Add new subs and subx tests.
	* testutils.inc: Simplify (and fix) set_carry_flag.
	(clear_carry_flag, set_zero_flag, clear_zero_flag...): New macros.
	* addx.s: Use simplified set_carry_flag.
	
	2003-05-27  Michael Snyder  <msnyder@redhat.com>
	
	* tas.s: New file.
	* band.s: New file.
	* biand.s: New file.
	* allinsn.exp: Add tas, band, biand tests.
	* brabc.s: Add abs8 test.
	* bset.s: Add bset/ne, bclr/ne tests.
	
	2003-05-23  Michael Snyder  <msnyder@redhat.com>
	
	* and.b.s: Add andc exr.
	* or.b.s: Add orc.exr.
	* xor.b.s: Add xor exr.
	
	* jmp.s: Fix 8-bit indirect test.  Add 7-bit vector test.
	
	2003-05-22  Michael Snyder  <msnyder@redhat.com>
	
	* stack.s: Add rte/l and rts/l tests.
	* allinsn.exp: Add stack tests.
	
	2003-05-21  Michael Snyder  <msnyder@redhat.com>
	
	* stack.s: New file: test stack operations.
	* stack.s: Add bsr, jsr tests.
	* stack.s: Add trapa, rte tests.
	
	* div.s: Corrections for size of dividend.
	
	2003-05-20  Michael Snyder  <msnyder@redhat.com>
	
	* mul.s: Corrections for unsigned multiply.
	
	* div.s: New file, test div instructions.
	* allinsn.exp: Add div test.
	
	2003-05-19  Michael Snyder  <msnyder@redhat.com>
	
	* mul.s: New file, test mul instructions.
	* allinsn.exp: Add mul test.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/band.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/biand.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/div.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/mul.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/stack.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/subs.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/subx.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/tas.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/ChangeLog.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/addx.s.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/allinsn.exp.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/andb.s.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/brabc.s.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/bset.s.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/jmp.s.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/ldm.s.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/mac.s.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/orb.s.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/xorb.s.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/h8300/testutils.inc.diff?cvsroot=src&r1=1.1&r2=1.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]