Subject: 64bit mips profiling
To: None <netbsd-help@netbsd.org>
From: Michael J Ruhl <Mike.Ruhl@nokia.com>
List: netbsd-help
Date: 07/29/2003 16:08:38
Howdy,
I am working with a 64bit MIPS chip, and I need to do some profiling
work. I got the profile.h file from src/sys/arch/mips/include and
started to do some work.
However I quickly discovered that the profile.h file located in that
directory is for a 32 bit machine, and the MCOUNT definition didn't work
to well for me.
I have modified it so that it does appears to work, but I was wondering
if there was a version available in the NetBSD tree that I missed.
Thanks!
Mike