Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Castor Fu <castor@netbsd.org>
List: source-changes
Date: 06/12/2000 16:42:11
Module Name: syssrc
Committed By: castor
Date: Mon Jun 12 23:42:11 UTC 2000
Modified Files:
syssrc/sys/arch/mips/include: asm.h
Log Message:
Profiling fixes from Ethan Solomita <ethan@geocast.com>.
Merge Kernel MCOUNT and user MCOUNT.
The earlier code which was inserted to call _mcount in profiling
assembler routines is busted badly. This gets it working with PIC
code and should work with any arbitrary assembler routine.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 syssrc/sys/arch/mips/include/asm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.