From owner-cvs-src@FreeBSD.ORG Tue Nov 9 03:40:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52CF716A4CE; Tue, 9 Nov 2004 03:40:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45BB143D46; Tue, 9 Nov 2004 03:40:52 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA93eqLp077344; Tue, 9 Nov 2004 03:40:52 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA93eqCs077343; Tue, 9 Nov 2004 03:40:52 GMT (envelope-from marcel) Message-Id: <200411090340.iA93eqCs077343@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 9 Nov 2004 03:40:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/ia64/ia64 exception.S locore.S support.S syscall.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 03:40:52 -0000 marcel 2004-11-09 03:40:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/ia64/ia64 exception.S locore.S support.S syscall.S Log: MFC support.S:1.22 Make profiling actually work. The gcc compiler emits a call to the _mcount() stub when profiling is enabled. MFC exception.S:1.54, locore.S:1.36, support.S:1.23, syscall.S:1.13 s/ENTRY/ENTRY_NOPROFILE/g for particular functions that do not follow the C calling convention or are otherwise not regular functions. This allows us to boot a profiling kernel. Revision Changes Path 1.53.4.1 +2 -2 src/sys/ia64/ia64/exception.S 1.35.2.1 +2 -3 src/sys/ia64/ia64/locore.S 1.21.4.1 +43 -1 src/sys/ia64/ia64/support.S 1.12.2.1 +3 -3 src/sys/ia64/ia64/syscall.S