Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/30/1995 20:30:02
jonathan
Tue May 30 20:25:16 EDT 1995
Update of /a/cvsroot/src/sys/arch/pmax/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv15095

Modified Files:
	profile.h 
Log Message:
Change reference in asm code from ``__mcount'' to ``___mcount'', to be
consistent with the (default) prepending of underscores to identifiers.

Because this reference is inside an ASM string it's too hairy to
conditionalize to support different toolchains that don't prepend underscores.
(Just don't do profiling with  such  toolchains.)