Date: Wed, 4 Nov 1998 07:20:59 -0800 (PST) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_linker.c link_aout.c link_elf.c src/sys/sys linker.h Message-ID: <199811041520.HAA10655@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1998/11/04 07:20:58 PST Modified files: sys/kern kern_linker.c link_aout.c link_elf.c sys/sys linker.h Log: The handle for the kernel is common. With this fix, ELF kernels can load a.out kld modules, and a.out kernels can load ELF kld modules. Revision Changes Path 1.14 +2 -1 src/sys/kern/kern_linker.c 1.17 +5 -10 src/sys/kern/link_aout.c 1.9 +5 -11 src/sys/kern/link_elf.c 1.10 +6 -1 src/sys/sys/linker.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811041520.HAA10655>