public inbox for sid-cvs@sourceware.org
help / color / mirror / Atom feed
* src/sid bsp/ChangeLog bsp/configrun-sid.in com ...
@ 2001-01-13  6:26 mrg
  0 siblings, 0 replies; 2+ messages in thread
From: mrg @ 2001-01-13  6:26 UTC (permalink / raw)
  To: sid-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	mrg@sources.redhat.com	2001-01-13 06:26:05

Modified files:
	sid/bsp        : ChangeLog configrun-sid.in 
	sid/component/loader: ChangeLog compLoader.cxx elfload.c 
	                      elfload.h sw-load-elf.txt 

Log message:
	[bsp/ChangeLog]
	2001-01-13  matthew green  <mrg@redhat.com>
	
	* configrun-sid.in: `load-accessor' becomes Harvard architecture
	friendly.  Split into `load-accessor-insn' and `load-accessor-data'.
	
	[component/loader/ChangeLog]
	2001-01-13  matthew green  <mrg@redhat.com>
	
	* compLoader.cxx (load_accessor): Delete member.
	(load_accessor_insn, load_accessor_data): New bus* members.
	(ctor): Initialise load_accessor_insn and load_accessor_data.
	Add `load-accessor-insn' and `load-accessor-data' accessors
	and delete `load-accessor'.
	(load_function): Extend to 64 bit addresses, and have an instruction
	space identifier.
	(load_it): Check both load_accessor_insn and load_accessor_data are set,
	and use the appropriate one.  Extend messages to meantion instruction or
	data loads.
	* elfload.h (fetchQuadLittle, fetchQuadBig, fetchQuad): New macros.
	(PFLOAD): Make 64-bit & Harvard address space friendly
	(sw-load-elf.txt): Document `load-accessor-insn' and `load-accessor-data'
	accessors.
	* elfload.c (readElfFile): Support 64-bit ELF as well as 32-bit ELF.
	* sw-load-elf.txt: Document `load-accessor-insn' and `load-accessor-data'
	accessors.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/ChangeLog.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/configrun-sid.in.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/loader/ChangeLog.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/loader/compLoader.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/loader/elfload.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/loader/elfload.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/loader/sw-load-elf.txt.diff?cvsroot=src&r1=1.1&r2=1.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* src/sid bsp/ChangeLog bsp/configrun-sid.in com ...
@ 2001-03-13 13:39 fche
  0 siblings, 0 replies; 2+ messages in thread
From: fche @ 2001-03-13 13:39 UTC (permalink / raw)
  To: sid-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	fche@sources.redhat.com	2001-03-13 13:39:21

Modified files:
	sid/bsp        : ChangeLog configrun-sid.in 
	sid/component/memory: ChangeLog generic.cxx generic.h 
	                      hw-memory-ram_rom-basic.txt 
	sid/component/testsuite: ChangeLog 
	sid/component/testsuite/sidcomp.mapper: busif.exp 
	sid/component/testsuite/sidcomp.memory: genericmemory.exp 

Log message:
	* mmap support
	
	[bsp/ChangeLog]
	2001-03-13  Frank Ch. Eigler  <fche@redhat.com>
	
	* configrun-sid.in: Add "mmap" memory region option.
	Document it and others in "--help" text.
	
	[component/memory/ChangeLog]
	2001-03-13  Frank Ch. Eigler  <fche@redhat.com>
	
	Adding support for memory-mapped files and pin-based error signalling.
	* generic.cxx (generic_memory ctor): Add three new pins.
	(generic_memory dtor): munmap if mapping.
	(attempt_resize): Drive error pin when needed.  munmap if mapping.
	(imageload_handler, imagestore_handler): Drive error pin when needed.
	(imagemsync_handler, imagemmap_handler): New functions.
	* generic.h: Corresponding changes.
	* hw-memory-ram_rom-basic.txt: Document extensions.
	
	[component/testsuite/ChangeLog]
	2001-03-13  Frank Ch. Eigler  <fche@redhat.com>
	
	* sidcomp.mapper/busif.exp: Disable if !enable_shared.
	* sidcomp.memory/genericmemory.exp: Add tests for mmap functions.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/ChangeLog.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/configrun-sid.in.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/memory/ChangeLog.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/memory/generic.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/memory/generic.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/memory/hw-memory-ram_rom-basic.txt.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/ChangeLog.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.mapper/busif.exp.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.memory/genericmemory.exp.diff?cvsroot=src&r1=1.1&r2=1.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-03-13 13:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-13  6:26 src/sid bsp/ChangeLog bsp/configrun-sid.in com mrg
2001-03-13 13:39 fche

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).