Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/newsmips/newsmips Remove obsolete cpu_exec_ecoff_ho...
details: https://anonhg.NetBSD.org/src/rev/6ceaf50e0269
branches: trunk
changeset: 503405:6ceaf50e0269
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Feb 05 13:10:07 2001 +0000
description:
Remove obsolete cpu_exec_ecoff_hook().
diffstat:
sys/arch/newsmips/newsmips/machdep.c | 20 ++------------------
1 files changed, 2 insertions(+), 18 deletions(-)
diffs (38 lines):
diff -r bb75d468a0d3 -r 6ceaf50e0269 sys/arch/newsmips/newsmips/machdep.c
--- a/sys/arch/newsmips/newsmips/machdep.c Mon Feb 05 12:49:11 2001 +0000
+++ b/sys/arch/newsmips/newsmips/machdep.c Mon Feb 05 13:10:07 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.51 2001/01/22 13:56:59 jdolecek Exp $ */
+/* $NetBSD: machdep.c,v 1.52 2001/02/05 13:10:07 tsutsui Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -43,7 +43,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.51 2001/01/22 13:56:59 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.52 2001/02/05 13:10:07 tsutsui Exp $");
/* from: Utah Hdr: machdep.c 1.63 91/04/24 */
@@ -709,19 +709,3 @@
softclock(NULL);
}
}
-
-#ifdef EXEC_ECOFF
-#include <sys/exec_ecoff.h>
-
-int
-cpu_exec_ecoff_hook(p, epp)
- struct proc *p;
- struct exec_package *epp;
-{
- extern struct emul emul_netbsd;
-
- epp->ep_emul = &emul_netbsd;
-
- return 0;
-}
-#endif
Home |
Main Index |
Thread Index |
Old Index