Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/news68k/include Enable LOAD_HDR and COUNT_HDR. (wou...
details: https://anonhg.NetBSD.org/src/rev/5367fa80bdb5
branches: trunk
changeset: 499979:5367fa80bdb5
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Dec 03 02:56:25 2000 +0000
description:
Enable LOAD_HDR and COUNT_HDR. (would be required on ELF)
diffstat:
sys/arch/news68k/include/loadfile_machdep.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r af791c367417 -r 5367fa80bdb5 sys/arch/news68k/include/loadfile_machdep.h
--- a/sys/arch/news68k/include/loadfile_machdep.h Sun Dec 03 02:53:04 2000 +0000
+++ b/sys/arch/news68k/include/loadfile_machdep.h Sun Dec 03 02:56:25 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: loadfile_machdep.h,v 1.1 1999/12/09 14:53:12 tsutsui Exp $ */
+/* $NetBSD: loadfile_machdep.h,v 1.2 2000/12/03 02:56:25 tsutsui Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -40,8 +40,8 @@
#define BOOT_ELF
#define ELFSIZE 32
-#define LOAD_KERNEL (LOAD_ALL & ~LOAD_HDR)
-#define COUNT_KERNEL (COUNT_ALL & ~COUNT_HDR)
+#define LOAD_KERNEL LOAD_ALL
+#define COUNT_KERNEL COUNT_ALL
#define LOADADDR(a) (((u_long)(a)) + offset)
#define ALIGNENTRY(a) ((u_long)(a))
Home |
Main Index |
Thread Index |
Old Index