Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf Build core_elf32.c if EXEC_ELF32. Build core_elf64...



details:   https://anonhg.NetBSD.org/src/rev/43350fdf0fc6
branches:  trunk
changeset: 519029:43350fdf0fc6
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Dec 09 23:18:09 2001 +0000

description:
Build core_elf32.c if EXEC_ELF32.  Build core_elf64.c if EXEC_ELF64.

diffstat:

 sys/conf/files |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a98c9ef0f2ca -r 43350fdf0fc6 sys/conf/files
--- a/sys/conf/files    Sun Dec 09 23:08:34 2001 +0000
+++ b/sys/conf/files    Sun Dec 09 23:18:09 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.481 2001/12/08 00:35:28 thorpej Exp $
+#      $NetBSD: files,v 1.482 2001/12/09 23:18:09 thorpej Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -1010,6 +1010,8 @@
 file   isofs/cd9660/cd9660_util.c      cd9660
 file   isofs/cd9660/cd9660_vfsops.c    cd9660
 file   isofs/cd9660/cd9660_vnops.c     cd9660
+file   kern/core_elf32.c               exec_elf32
+file   kern/core_elf64.c               exec_elf64
 file   kern/core_netbsd.c
 file   kern/cnmagic.c
 file   kern/exec_aout.c                exec_aout



Home | Main Index | Thread Index | Old Index