Subject: CVS commit: src/sys/arch/acorn32/stand
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 03/28/2006 20:45:46
Module Name:	src
Committed By:	bjh21
Date:		Tue Mar 28 20:45:46 UTC 2006

Modified Files:
	src/sys/arch/acorn32/stand: Makefile.buildboot
	src/sys/arch/acorn32/stand/lib: Makefile
Added Files:
	src/sys/arch/acorn32/stand: module.ldscript
	src/sys/arch/acorn32/stand/lib: rmreloc.c

Log Message:
Add infrastructure for building real RISC OS relocatable modules, since I've
worked out how to do it.  boot32 doesn't use this mechanism because converting
it would take a fair amount of effort for little gain at this stage.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/acorn32/stand/Makefile.buildboot
cvs rdiff -r0 -r1.1 src/sys/arch/acorn32/stand/module.ldscript
cvs rdiff -r1.1 -r1.2 src/sys/arch/acorn32/stand/lib/Makefile
cvs rdiff -r0 -r1.1 src/sys/arch/acorn32/stand/lib/rmreloc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.