Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys Move COFF_LDPGSZ to machine dependent includes.



details:   https://anonhg.NetBSD.org/src/rev/fba65b511804
branches:  netbsd-1-5
changeset: 488229:fba65b511804
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jun 22 16:35:53 2000 +0000

description:
Move COFF_LDPGSZ to machine dependent includes.

diffstat:

 sys/arch/i386/include/ibcs2_machdep.h |  3 ++-
 sys/arch/vax/include/ibcs2_machdep.h  |  3 ++-
 sys/compat/ibcs2/ibcs2_exec.h         |  4 +---
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs (52 lines):

diff -r b975705fd55e -r fba65b511804 sys/arch/i386/include/ibcs2_machdep.h
--- a/sys/arch/i386/include/ibcs2_machdep.h     Thu Jun 22 16:26:12 2000 +0000
+++ b/sys/arch/i386/include/ibcs2_machdep.h     Thu Jun 22 16:35:53 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ibcs2_machdep.h,v 1.5 2000/01/10 03:03:54 matt Exp $   */
+/*     $NetBSD: ibcs2_machdep.h,v 1.5.6.1 2000/06/22 16:35:55 matt Exp $       */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -41,6 +41,7 @@
 
 #define COFF_MAGIC_I386        0x14c
 #define        COFF_BADMAG(ex) (ex->f_magic != COFF_MAGIC_I386)
+#define        COFF_LDPGSZ     4096
 
 #ifdef _KERNEL
 struct exec_package;
diff -r b975705fd55e -r fba65b511804 sys/arch/vax/include/ibcs2_machdep.h
--- a/sys/arch/vax/include/ibcs2_machdep.h      Thu Jun 22 16:26:12 2000 +0000
+++ b/sys/arch/vax/include/ibcs2_machdep.h      Thu Jun 22 16:35:53 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ibcs2_machdep.h,v 1.2 2000/01/10 02:33:13 matt Exp $   */
+/*     $NetBSD: ibcs2_machdep.h,v 1.2.4.1 2000/06/22 16:35:53 matt Exp $       */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -41,6 +41,7 @@
 
 #define COFF_MAGIC_VAX 0575
 #define COFF_BADMAG(ex) (ex->f_magic != COFF_MAGIC_VAX)
+#define        COFF_LDPGSZ     512
 
 #ifdef _KERNEL
 struct exec_package;
diff -r b975705fd55e -r fba65b511804 sys/compat/ibcs2/ibcs2_exec.h
--- a/sys/compat/ibcs2/ibcs2_exec.h     Thu Jun 22 16:26:12 2000 +0000
+++ b/sys/compat/ibcs2/ibcs2_exec.h     Thu Jun 22 16:35:53 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ibcs2_exec.h,v 1.7 2000/06/04 16:24:02 mycroft Exp $   */
+/*     $NetBSD: ibcs2_exec.h,v 1.7.2.1 2000/06/22 16:35:55 matt Exp $  */
 
 /*
  * Copyright (c) 1994, 1995, 1998 Scott Bartram
@@ -49,8 +49,6 @@
                                   direct paging */
 #define COFF_SMAGIC    0443    /* shared lib */
 
-#define COFF_LDPGSZ 4096
-
 #define COFF_SEGMENT_ALIGNMENT(fp, ap) 4
 
 #define IBCS2_HIGH_SYSCALL(n)          (((n) & 0x7f) == 0x28 && ((n) >> 8) > 0)



Home | Main Index | Thread Index | Old Index