Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/15/1996 02:10:04
mark
Mon Oct 14 19:00:47 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv310

Removed Files:
	mcount.S 
Log Message:
Not needed as the assembly stub for mcount() is defined in
machine/profile.h


mark
Mon Oct 14 19:04:43 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv639

Modified Files:
	bcopy.S 
Log Message:
Call mcount() from bcopy() and memcpy() is GPROF and PROFILE_ASM are
defined.
Replaced references to r14 with lr.


mark
Mon Oct 14 19:07:11 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv933

Modified Files:
	postmortem.c 
Log Message:
Removed dead kernel stack debugging code from the days when we had
a double mapped stack.
Guard the SVC32 and UND32 mode stack check code with #ifdef
STACKCHECKS.