Date: Tue, 9 Nov 2004 03:40:52 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 exception.S locore.S support.S syscall.S Message-ID: <200411090340.iA93eqCs077343@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411090340.iA93eqCs077343>