From owner-cvs-all Sat Oct 19 12:30:59 2002 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 E76FF37B401; Sat, 19 Oct 2002 12:30:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E1D43E91; Sat, 19 Oct 2002 12:30:58 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JJUdmV076484; Sat, 19 Oct 2002 12:30:39 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9JJUdrX076481; Sat, 19 Oct 2002 12:30:39 -0700 (PDT) Message-Id: <200210191930.g9JJUdrX076481@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 19 Oct 2002 12:30:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 elf_machdep.c machdep.c unwind.c src/sys/ia64/include unwind.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/10/19 12:30:38 PDT Modified files: sys/ia64/ia64 elf_machdep.c machdep.c unwind.c sys/ia64/include unwind.h Log: Update the unwind information when modules are loaded and unloaded by using the linker hooks. Since these hooks are called for the kernel as well, we don't need to deal with that with a special SYSINIT. The initialization implicitly performed on the first update of the unwind information is made explicit with a SYSINIT. We now don't need the _ia64_unwind_{start|end} symbols. Revision Changes Path 1.9 +31 -2 src/sys/ia64/ia64/elf_machdep.c 1.115 +0 -14 src/sys/ia64/ia64/machdep.c 1.5 +52 -31 src/sys/ia64/ia64/unwind.c 1.2 +2 -5 src/sys/ia64/include/unwind.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message