Date: Sat, 19 Oct 2002 12:30:38 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> 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 Message-ID: <200210191930.g9JJUdrX076481@repoman.freebsd.org>
index | next in thread | raw e-mail
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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210191930.g9JJUdrX076481>
