Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Add a MID_88K (note that it's different from OpenBSD...



details:   https://anonhg.NetBSD.org/src/rev/c195c7ed885f
branches:  trunk
changeset: 513872:c195c7ed885f
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Aug 16 05:06:35 2001 +0000

description:
Add a MID_88K (note that it's different from OpenBSD's since their value
for 88K is our value for SPARC64).

diffstat:

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

diffs (17 lines):

diff -r 7fb349817e63 -r c195c7ed885f sys/sys/exec_aout.h
--- a/sys/sys/exec_aout.h       Thu Aug 16 04:06:35 2001 +0000
+++ b/sys/sys/exec_aout.h       Thu Aug 16 05:06:35 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_aout.h,v 1.26 2001/06/27 19:58:52 fredette Exp $  */
+/*     $NetBSD: exec_aout.h,v 1.27 2001/08/16 05:06:35 matt Exp $      */
 
 /*
  * Copyright (c) 1993, 1994 Christopher G. Demetriou
@@ -84,6 +84,7 @@
 #define        MID_VAX         150     /* vax */
 #define        MID_SPARC64     151     /* LP64 sparc */
 #define        MID_X86_64      152     /* AMD x86-64 */
+#define        MID_M88K        153     /* m88k BSD core dumps */
 #define        MID_HP300       300     /* hp300 (68020+68881) BSD binary */
 #define        MID_HPUX        0x20C   /* hp200/300 HP-UX binary */
 #define        MID_HPUX800     0x20B   /* hp800 HP-UX binary */



Home | Main Index | Thread Index | Old Index