From owner-cvs-all@FreeBSD.ORG Sat Oct 28 11:03:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60CC316A40F; Sat, 28 Oct 2006 11:03:04 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D12E443D49; Sat, 28 Oct 2006 11:03:03 +0000 (GMT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9SB33lL005362; Sat, 28 Oct 2006 11:03:03 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9SB33YB005334; Sat, 28 Oct 2006 11:03:03 GMT (envelope-from bde) Message-Id: <200610281103.k9SB33YB005334@repoman.freebsd.org> From: Bruce Evans Date: Sat, 28 Oct 2006 11:03:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/include profile.h src/sys/amd64/include profile.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Oct 2006 11:03:04 -0000 bde 2006-10-28 11:03:03 UTC FreeBSD src repository Modified files: sys/i386/include profile.h sys/amd64/include profile.h Log: i386/include/profile.h: Fixed a syntax error for the (!__KERNEL && !__GNUCLIKE_ASM) case in rev.1.36. Apparently, this case has never been reached even by lint. Submitted by: stefanf {amd64,i386}/include/profile.h: In case the above case is actually reached, break it properly by providing null support that will fail at link time instead of a stub that gives wrong (null) profiling at runtime. Revision Changes Path 1.47 +1 -5 src/sys/amd64/include/profile.h 1.42 +1 -5 src/sys/i386/include/profile.h