This is the mail archive of the sid-cvs@sourceware.org mailing list for the SID 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/sid/main/dynamic ChangeLog commonCfg.cxx c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sourceware.org	2006-05-11 20:27:02

Modified files:
	sid/main/dynamic: ChangeLog commonCfg.cxx commonCfg.h 

Log message:
	2006-05-11  Dave Brolley  <brolley@redhat.com>
	
	* commonCfg.cxx (CacheCfg::CacheCfg (const string name)): Now takes
	a second argument for the size of the buffer. Initialize my_size using
	the size provided. Call compute_comptype.
	(compute_comptype): Use my_size to complete "hw_cache_buffer-".
	(BoardCfg): Initalize step_insn_count. Initialize
	step_insn_count_1_required.
	(BoardCfg::write_load): Set the cpu's step-insn-count based on
	step_insn_count_1_required.
	(set_step_insn_count): Just set step_insn_count here.
	(trace_counter): Set step_insn_count_1_required.
	* commonCfg.h (CacheCfg::CacheCfg (const string name)): Now takes
	a second argument for the size of the buffer.
	(step_insn_count): New member of BoardCfg.
	(step_insn_count_1_required): New member of BoardCfg.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/ChangeLog.diff?cvsroot=src&r1=1.29&r2=1.30
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.cxx.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.h.diff?cvsroot=src&r1=1.9&r2=1.10


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