Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/sys pull up rev(s) 1.11 from trunk. (cgd)
details: https://anonhg.NetBSD.org/src/rev/182ddd186ee0
branches: netbsd-1-4
changeset: 468838:182ddd186ee0
user: cgd <cgd%NetBSD.org@localhost>
date: Mon Jun 21 19:22:46 1999 +0000
description:
pull up rev(s) 1.11 from trunk. (cgd)
diffstat:
sys/sys/exec_ecoff.h | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r c64234691cbf -r 182ddd186ee0 sys/sys/exec_ecoff.h
--- a/sys/sys/exec_ecoff.h Mon Jun 21 19:22:29 1999 +0000
+++ b/sys/sys/exec_ecoff.h Mon Jun 21 19:22:46 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_ecoff.h,v 1.10 1996/09/26 22:39:14 cgd Exp $ */
+/* $NetBSD: exec_ecoff.h,v 1.10.22.1 1999/06/21 19:22:46 cgd Exp $ */
/*
* Copyright (c) 1994 Adam Glass
@@ -104,6 +104,15 @@
#ifdef _KERNEL
int exec_ecoff_makecmds __P((struct proc *, struct exec_package *));
+int exec_ecoff_setup_stack __P((struct proc *, struct exec_package *));
int cpu_exec_ecoff_hook __P((struct proc *, struct exec_package *));
+
+int exec_ecoff_prep_omagic __P((struct proc *, struct exec_package *,
+ struct ecoff_exechdr *, struct vnode *));
+int exec_ecoff_prep_nmagic __P((struct proc *, struct exec_package *,
+ struct ecoff_exechdr *, struct vnode *));
+int exec_ecoff_prep_zmagic __P((struct proc *, struct exec_package *,
+ struct ecoff_exechdr *, struct vnode *));
+
#endif /* _KERNEL */
#endif /* !_SYS_EXEC_ECOFF_H_ */
Home |
Main Index |
Thread Index |
Old Index