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 ChangeLog h8300/compile.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	shrinivas@sourceware.org	2003-10-17 12:45:55

Modified files:
	sim            : ChangeLog 
	sim/h8300      : compile.c 

Log message:
	2003-10-17  Shrinivas Atre  <shrinivasa@KPITCummins.com>
	* h8300/compile.c : Addition of extern variable h8300_normal_mode
	(SP) : Handle normal mode
	(bitfrom) : Use normal mode flag to return suitable value
	(lvalue) : Use normal mode flag to return command line location
	(decode) : Decode instruction correctly for normal mode
	(init_pointers) : Initialise memory correctly for normal mode
	(sim_resume) : Handle cases for normal mode using h8300_normal_mode flag
	(sim_store_register) : Handle 2 byte PC for normal mode
	(sim_fetch_register) : Handle 2 byte PC for normal mode
	(set_h8300h) : Set normal mode flag as per architechture
	(sim_load) : Allocate 64K for normal mode instead of bigger memory

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/ChangeLog.diff?cvsroot=src&r1=1.34&r2=1.35
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/h8300/compile.c.diff?cvsroot=src&r1=1.36&r2=1.37


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