Subject: CVS commit: syssrc/sys/arch/vax
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 02/24/2002 01:48:08
Module Name:	syssrc
Committed By:	matt
Date:		Sat Feb 23 23:48:08 UTC 2002

Modified Files:
	syssrc/sys/arch/vax/conf: Makefile.vax files.vax
Added Files:
	syssrc/sys/arch/vax/vax: emulate.S intvec.S subr.S udiv.S unimpl_emul.S
	    urem.S
Removed Files:
	syssrc/sys/arch/vax/vax: emulate.s intvec.s subr.s udiv.s unimpl_emul.s
	    urem.s

Log Message:
Rename VAX kernel assembly source from .s to .S (the NetBSD standard)


To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 syssrc/sys/arch/vax/conf/Makefile.vax
cvs rdiff -r1.91 -r1.92 syssrc/sys/arch/vax/conf/files.vax
cvs rdiff -r0 -r1.1 syssrc/sys/arch/vax/vax/emulate.S \
    syssrc/sys/arch/vax/vax/intvec.S syssrc/sys/arch/vax/vax/subr.S \
    syssrc/sys/arch/vax/vax/udiv.S syssrc/sys/arch/vax/vax/unimpl_emul.S \
    syssrc/sys/arch/vax/vax/urem.S
cvs rdiff -r1.3 -r0 syssrc/sys/arch/vax/vax/emulate.s
cvs rdiff -r1.63 -r0 syssrc/sys/arch/vax/vax/intvec.s
cvs rdiff -r1.61 -r0 syssrc/sys/arch/vax/vax/subr.s
cvs rdiff -r1.4 -r0 syssrc/sys/arch/vax/vax/udiv.s \
    syssrc/sys/arch/vax/vax/urem.s
cvs rdiff -r1.6 -r0 syssrc/sys/arch/vax/vax/unimpl_emul.s

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