Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/sparc/include pull up 1.3. approved by thorpej:



details:   https://anonhg.NetBSD.org/src/rev/0cdfc9b440a6
branches:  netbsd-1-5
changeset: 489262:0cdfc9b440a6
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Aug 26 00:59:43 2000 +0000

description:
pull up 1.3.  approved by thorpej:
>deal with 64 bit ELF

diffstat:

 sys/arch/sparc/include/loadfile_machdep.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 75f846801355 -r 0cdfc9b440a6 sys/arch/sparc/include/loadfile_machdep.h
--- a/sys/arch/sparc/include/loadfile_machdep.h Sat Aug 26 00:58:35 2000 +0000
+++ b/sys/arch/sparc/include/loadfile_machdep.h Sat Aug 26 00:59:43 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: loadfile_machdep.h,v 1.2 1999/04/30 13:28:58 christos Exp $     */
+/*     $NetBSD: loadfile_machdep.h,v 1.2.14.1 2000/08/26 00:59:43 mrg Exp $     */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -38,7 +38,11 @@
 
 #define BOOT_AOUT
 #define BOOT_ELF
+#ifdef __sparc_v9__
+#define ELFSIZE 64
+#else
 #define ELFSIZE 32
+#endif
 
 #define LOAD_KERNEL    LOAD_ALL
 #define COUNT_KERNEL   COUNT_ALL



Home | Main Index | Thread Index | Old Index