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/m68hc11 ChangeLog dv-m68hc11.c interp. ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_6_0-branch
Changes by:	ciceron@sourceware.org	2003-08-08 20:45:31

Modified files:
	sim/m68hc11    : ChangeLog dv-m68hc11.c interp.c m68hc11_sim.c 
	                 sim-main.h 

Log message:
	* sim-main.h (phys_to_virt): Use memory bank parameters to translate
	the physical address in virtual address.
	(struct _sim_cpu): Add memory bank members.
	* m68hc11_sim.c (cpu_initialize): Clear memory bank parameters.
	* interp.c (sim_hw_configure): Create memory bank according to memory
	bank parameters.
	(sim_get_bank_parameters): New function to obtain memory bank config
	from the symbol table.
	(sim_prepare_for_program): Call it to obtain the memory bank parameters.
	(sim_open): Call sim_prepare_for_program.
	* dv-m68hc11.c (m68hc11cpu_io_write_buffer): Use memory bank parameters
	to check if address is within bank window.
	(m68hc11cpu_io_read_buffer): Likewise.
	(attach_m68hc11_regs): Map the memory bank according to memory bank
	parameters.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/m68hc11/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=1.34.30.2&r2=1.34.30.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/m68hc11/dv-m68hc11.c.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=1.9&r2=1.9.44.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/m68hc11/interp.c.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=1.15&r2=1.15.30.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/m68hc11/m68hc11_sim.c.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=1.7.44.1&r2=1.7.44.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/m68hc11/sim-main.h.diff?cvsroot=src&only_with_tag=gdb_6_0-branch&r1=1.9.44.2&r2=1.9.44.3


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