From owner-cvs-all Mon May 10 3:51:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9482414CEB; Mon, 10 May 1999 03:51:29 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA09148; Mon, 10 May 1999 03:51:28 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905101051.DAA09148@freefall.freebsd.org> From: Bruce Evans Date: Mon, 10 May 1999 03:51:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 identcpu.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/10 03:51:28 PDT Modified files: sys/i386/i386 identcpu.c Log: [Forgot to commit this in the batch a few days ago.] Fixed profiling of elf kernels. Made high resolution profiling compile for elf kernels (it is broken for all kernels due to lack of egcs support). Renaming of many assembler labels is avoided by declaring by declaring the labels that need to be visible to gprof as having type "function" and depending on the elf version of gprof being zealous about discarding the others. A few type declarations are still missing, mainly for SMP. PR: 9413 Submitted by: Assar Westerlund (initial parts) Revision Changes Path 1.62 +3 -1 src/sys/i386/i386/identcpu.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message