This is the mail archive of the gdb-cvs@sourceware.org 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 bfin/ChangeLog bfin/bfin-sim.c testsui ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2011-09-29 03:19:47

Modified files:
	sim/bfin       : ChangeLog bfin-sim.c 
	sim/testsuite/sim/bfin: ChangeLog 
Added files:
	sim/testsuite/sim/bfin: vit_max2.s 

Log message:
	sim: bfin: use store buffer for VIT_MAX insns
	
	The VIT_MAX insns can be used in parallel, so we need to use the store
	buffer so we don't clobber the output register before we get a chance
	to do a memory store with it.
	
	Reported-by: Kai Iskratsch <kai@stella.at>
	Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/ChangeLog.diff?cvsroot=src&r1=1.62&r2=1.63
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/bfin/bfin-sim.c.diff?cvsroot=src&r1=1.29&r2=1.30
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/bfin/vit_max2.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/bfin/ChangeLog.diff?cvsroot=src&r1=1.2&r2=1.3


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