We emulate more than SVR4, and IBCS2 on the i386 and Linux on the i386
and the Alpha there days. Remove this statement in a comment.
This commit is contained in:
parent
e7df4576bb
commit
59abd634ef
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: exec_elf32.c,v 1.98 2004/08/01 22:16:19 jdolecek Exp $ */
|
/* $NetBSD: exec_elf32.c,v 1.99 2004/10/30 09:38:15 skrll Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1994, 2000 The NetBSD Foundation, Inc.
|
* Copyright (c) 1994, 2000 The NetBSD Foundation, Inc.
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(1, "$NetBSD: exec_elf32.c,v 1.98 2004/08/01 22:16:19 jdolecek Exp $");
|
__KERNEL_RCSID(1, "$NetBSD: exec_elf32.c,v 1.99 2004/10/30 09:38:15 skrll Exp $");
|
||||||
|
|
||||||
/* If not included by exec_elf64.c, ELFSIZE won't be defined. */
|
/* If not included by exec_elf64.c, ELFSIZE won't be defined. */
|
||||||
#ifndef ELFSIZE
|
#ifndef ELFSIZE
|
||||||
|
@ -589,9 +589,7 @@ ELFNAME2(exec,makecmds)(struct proc *p, struct exec_package *epp)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* On the same architecture, we may be emulating different systems.
|
* On the same architecture, we may be emulating different systems.
|
||||||
* See which one will accept this executable. This currently only
|
* See which one will accept this executable.
|
||||||
* applies to SVR4, and IBCS2 on the i386 and Linux on the i386
|
|
||||||
* and the Alpha.
|
|
||||||
*
|
*
|
||||||
* Probe functions would normally see if the interpreter (if any)
|
* Probe functions would normally see if the interpreter (if any)
|
||||||
* exists. Emulation packages may possibly replace the interpreter in
|
* exists. Emulation packages may possibly replace the interpreter in
|
||||||
|
|
Loading…
Reference in New Issue