Date: Sat, 4 Jan 2003 14:07:48 -0800 (PST) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.ia64 src/sys/kern imgact_elf.c imgact_elf32.c imgact_elf64.c imgact_elfN.c init_main.c kern_mib.c Message-ID: <200301042207.h04M7mLa093250@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2003/01/04 14:07:48 PST Modified files: sys/conf files files.ia64 sys/kern imgact_elf.c imgact_elf32.c imgact_elf64.c init_main.c kern_mib.c Removed files: sys/kern imgact_elfN.c Log: Improve the way that an elf image activator for an alternate word size is included in the kernel. Include imgact_elf.c in conf/files, instead of both imgact_elf32.c and imgact_elf64.c, which will use the default word size for an architecture as defined in machine/elf.h. Architectures that wish to build an additional image activator for an alternate word size can include either imgact_elf32.c or imgact_elf64.c in files.${ARCH}, which allows it to be dependent on MD options instead of solely on architecture. Glanced at by: peter Revision Changes Path 1.743 +1 -3 src/sys/conf/files 1.42 +1 -0 src/sys/conf/files.ia64 1.135 +23 -27 src/sys/kern/imgact_elf.c 1.2 +0 -8 src/sys/kern/imgact_elf32.c 1.2 +0 -8 src/sys/kern/imgact_elf64.c 1.2 +0 -51 src/sys/kern/imgact_elfN.c (dead) 1.218 +0 -5 src/sys/kern/init_main.c 1.63 +4 -0 src/sys/kern/kern_mib.c 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?200301042207.h04M7mLa093250>