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/frv ChangeLog frv.c frv-sim.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sourceware.org	2003-10-31 18:23:48

Modified files:
	sim/frv        : ChangeLog frv.c frv-sim.h 

Log message:
	2003-10-31  Dave Brolley  <brolley@redhat.com>
	
	* frv-sim.h (REGNUM_LR): Removed.
	(REGNUM_SPR_MIN,REGNUM_SPR_MAX): New macros.
	* frv.c (frvbf_fetch_register): Fetch SPR registers based on
	REGNUM_SPR_MIN and REGNUM_SPR_MAX. Check whether SPRs are implemented.
	Return 0 for an unimplemented register. Return the length of the data
	for an implemented register.
	(frvbf_store_register): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/frv/ChangeLog.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/frv/frv.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/frv/frv-sim.h.diff?cvsroot=src&r1=1.3&r2=1.4


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