Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 10/02/2005 15:34:17
Module Name: src
Committed By: chs
Date: Sun Oct 2 15:34:17 UTC 2005
Modified Files:
src/sys/arch/i386/include: profile.h
src/sys/arch/m68k/include: profile.h
src/sys/arch/pc532/include: profile.h
src/sys/lib/libkern: Makefile mcount.c
Log Message:
put mcount.c in the normal object list, so that "make depend" works.
use a gcc attribute to prevent it from being instrumented.
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/arch/i386/include/profile.h
cvs rdiff -r1.13 -r1.14 src/sys/arch/m68k/include/profile.h
cvs rdiff -r1.8 -r1.9 src/sys/arch/pc532/include/profile.h
cvs rdiff -r1.74 -r1.75 src/sys/lib/libkern/Makefile
cvs rdiff -r1.13 -r1.14 src/sys/lib/libkern/mcount.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.