Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Oops. Forgot to add this to execsw. Seems like SV...
details: https://anonhg.NetBSD.org/src/rev/2e9c756bbc77
branches: trunk
changeset: 504453:2e9c756bbc77
user: eeh <eeh%NetBSD.org@localhost>
date: Sat Mar 03 01:46:04 2001 +0000
description:
Oops. Forgot to add this to execsw. Seems like SVR4 64 is not used much.
diffstat:
sys/kern/exec_conf.c | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r f2cdad5bc35d -r 2e9c756bbc77 sys/kern/exec_conf.c
--- a/sys/kern/exec_conf.c Sat Mar 03 00:52:58 2001 +0000
+++ b/sys/kern/exec_conf.c Sat Mar 03 01:46:04 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_conf.c,v 1.54 2001/02/11 01:29:43 eeh Exp $ */
+/* $NetBSD: exec_conf.c,v 1.55 2001/03/03 01:46:04 eeh Exp $ */
/*
* Copyright (c) 1993, 1994 Christopher G. Demetriou
@@ -265,6 +265,13 @@
LINUX_ELF_AUX_ARGSIZ,
linux_elf64_copyargs, setregs }, /* Linux 64bit ELF bins */
#endif
+#ifdef COMPAT_SVR4
+ { sizeof (Elf64_Ehdr), exec_elf64_makecmds,
+ { elf_probe_func: ELF64NAME2(svr4,probe) },
+ &emul_svr4, EXECSW_PRIO_ANY,
+ SVR4_AUX_ARGSIZ64,
+ svr4_copyargs64, svr4_setregs }, /* SVR4 64bit ELF bins (not 64bit safe) */
+#endif
{ sizeof (Elf64_Ehdr), exec_elf64_makecmds, { NULL },
&emul_netbsd, EXECSW_PRIO_ANY,
howmany(ELF_AUX_ENTRIES * sizeof(Aux64Info), sizeof (Elf64_Addr)),
Home |
Main Index |
Thread Index |
Old Index