Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Add PPC64



details:   https://anonhg.NetBSD.org/src/rev/a2d065df6f36
branches:  trunk
changeset: 820775:a2d065df6f36
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 14 21:29:02 2017 +0000

description:
Add PPC64

diffstat:

 sys/sys/aout_mids.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7a2a9a933307 -r a2d065df6f36 sys/sys/aout_mids.h
--- a/sys/sys/aout_mids.h       Sat Jan 14 21:20:39 2017 +0000
+++ b/sys/sys/aout_mids.h       Sat Jan 14 21:29:02 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aout_mids.h,v 1.6 2014/12/08 20:51:02 christos Exp $ */
+/* $NetBSD: aout_mids.h,v 1.7 2017/01/14 21:29:02 christos Exp $ */
 
 /*
  * Copyright (c) 2009, The NetBSD Foundation, Inc.
@@ -53,6 +53,7 @@
 #define        MID_M680002K    0x090   /* m68000 with 2K page sizes */
 #define        MID_SH3         0x091   /* SH3 */
 
+#define        MID_POWERPC64   0x094   /* big-endian PowerPC 64 */
 #define        MID_POWERPC     0x095   /* big-endian PowerPC */
 #define        MID_VAX         0x096   /* VAX */
 #define        MID_MIPS1       0x097   /* MIPS1 */



Home | Main Index | Thread Index | Old Index