Date: Mon, 29 Jul 2002 23:14:34 -0700 (PDT) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include profile.h src/sys/sparc64/sparc64 support.s Message-ID: <200207300614.g6U6EYRS095888@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2002/07/29 23:14:34 PDT Modified files: sys/sparc64/include profile.h sys/sparc64/sparc64 support.s Log: Add definitions for statistical and high-resolution profiling. The calling conventions for _mcount and __cyg_profile_func_enter are different, so statistical profiling kernels build and link but don't actually work. IWBNI one could tell gcc to only generate calls to the former. Define uintfptr_t properly for userland, but not for the kernel (I hope). Revision Changes Path 1.5 +35 -14 src/sys/sparc64/include/profile.h 1.18 +28 -26 src/sys/sparc64/sparc64/support.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207300614.g6U6EYRS095888>