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/testsuite/sim/bfin ChangeLog se_allopc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2013-06-17 04:45:54

Modified files:
	sim/testsuite/sim/bfin: ChangeLog se_allopcodes.h 

Log message:
	sim: bfin: drop RET[ENI] setup
	
	Since these insns run in usermode, there should be no need to setup
	RET[ENI] to safe values.  They won't be dereferenced, and any insn
	that returns via them are valid only in supervisor mode.  Since this
	is in the main exception code path, saving any insn at all is good
	as it gets multiplied quickly (as in O(n^2) times).
	
	Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/bfin/ChangeLog.diff?cvsroot=src&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/testsuite/sim/bfin/se_allopcodes.h.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]