This is the mail archive of the sid-cvs@sources.redhat.com 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 bsp/ChangeLog bsp/configrun-sid.in bsp ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	fche@sources.redhat.com	2001-12-28 13:16:49

Modified files:
	sid/bsp        : ChangeLog configrun-sid.in 
	sid/bsp/pregen : ChangeLog arm-cma-tksm.conf arm-cma.conf 
	                 arm-gloss-tksm.conf arm-gloss.conf 
	                 arm-glossBE.conf arm-pid-redboot-tksm.conf 
	                 arm-pid-redboot.conf arm-pid-tksm.conf 
	                 arm-pid.conf arm-pidBE.conf i386-gdb.conf 
	                 i386-gloss.conf xstormy16-gdb.conf 
	                 xstormy16-gloss-gdb-tksm.conf 
	                 xstormy16-gloss-gdb.conf xstormy16-gloss.conf 
	sid/component/cgen-cpu: ChangeLog cgen-cpu.h compCGEN.cxx 
	sid/include    : ChangeLog sidcpuutil.h 

Log message:
	* --trace-counter extensions
	
	[bsp]
	2001-12-27  Frank Ch. Eigler  <fche@redhat.com>
	
	* configrun-sid.in: Make cpu<->sched pin connections for time queries.
	
	[component/cgen-cpu]
	2001-12-27  Frank Ch. Eigler  <fche@redhat.com>
	
	* cgen-cpu.h (cgen_bi_endian_cpu): Make trace_count a host_int_8.
	* compCGEN.cxx (cgen_read_memory): Don't distort memory latency
	
	[include]
	2001-12-27  Frank Ch. Eigler  <fche@redhat.com>
	
	* sidcpuutil.h (basic_cpu): Add scheduler_time_query member.
	Add flush_icache(PC) virtual function.
	
	[bsp/pregen]
	2001-12-27  Frank Ch. Eigler  <fche@redhat.com>
	
	* ALL.conf: Regenerated with cpu/sched etc. changes.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/ChangeLog.diff?cvsroot=src&r1=1.34&r2=1.35
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/configrun-sid.in.diff?cvsroot=src&r1=1.33&r2=1.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/ChangeLog.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/arm-cma-tksm.conf.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/arm-cma.conf.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/arm-gloss-tksm.conf.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/arm-gloss.conf.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/arm-glossBE.conf.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/arm-pid-redboot-tksm.conf.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/arm-pid-redboot.conf.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/arm-pid-tksm.conf.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/arm-pid.conf.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/arm-pidBE.conf.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/i386-gdb.conf.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/i386-gloss.conf.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/xstormy16-gdb.conf.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/xstormy16-gloss-gdb-tksm.conf.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/xstormy16-gloss-gdb.conf.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/xstormy16-gloss.conf.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ChangeLog.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/cgen-cpu.h.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/compCGEN.cxx.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/ChangeLog.diff?cvsroot=src&r1=1.32&r2=1.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/include/sidcpuutil.h.diff?cvsroot=src&r1=1.15&r2=1.16


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