Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern netbsd32 emulation doesn't exec 64bit binaries
details: https://anonhg.NetBSD.org/src/rev/7ba37dd5bda3
branches: trunk
changeset: 499719:7ba37dd5bda3
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Mon Nov 27 17:21:22 2000 +0000
description:
netbsd32 emulation doesn't exec 64bit binaries
diffstat:
sys/kern/exec_conf.c | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diffs (24 lines):
diff -r f91a20576f55 -r 7ba37dd5bda3 sys/kern/exec_conf.c
--- a/sys/kern/exec_conf.c Mon Nov 27 17:08:16 2000 +0000
+++ b/sys/kern/exec_conf.c Mon Nov 27 17:21:22 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_conf.c,v 1.45 2000/11/22 03:48:34 itojun Exp $ */
+/* $NetBSD: exec_conf.c,v 1.46 2000/11/27 17:21:22 jdolecek Exp $ */
/*
* Copyright (c) 1993, 1994 Christopher G. Demetriou
@@ -235,14 +235,6 @@
#endif /* EXEC_ELF32 */
#ifdef EXEC_ELF64
/* 64bit ELF bins */
-#ifdef COMPAT_NETBSD32
- { sizeof (Elf64_Ehdr), exec_elf64_makecmds,
- { elf_probe_func: ELF64NAME2(netbsd32,probe)},
- &emul_netbsd32, 0,
- howmany(ELF_AUX_ENTRIES * sizeof(Aux64Info), sizeof (Elf64_Addr)),
- elf64_copyargs, setregs }, /* NetBSD32 64bit ELF bins */
- /* This one should go first so it matches instead of netbsd */
-#endif
{ sizeof (Elf64_Ehdr), exec_elf64_makecmds,
{ elf_probe_func: ELF64NAME2(netbsd,probe) },
&emul_netbsd, 0,
Home |
Main Index |
Thread Index |
Old Index