Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Add MIDs for SH5.



details:   https://anonhg.NetBSD.org/src/rev/56b5860358a4
branches:  trunk
changeset: 533942:56b5860358a4
user:      scw <scw%NetBSD.org@localhost>
date:      Thu Jul 11 13:10:16 2002 +0000

description:
Add MIDs for SH5.

diffstat:

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

diffs (18 lines):

diff -r a30387c34181 -r 56b5860358a4 sys/sys/exec_aout.h
--- a/sys/sys/exec_aout.h       Thu Jul 11 10:53:19 2002 +0000
+++ b/sys/sys/exec_aout.h       Thu Jul 11 13:10:16 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_aout.h,v 1.27 2001/08/16 05:06:35 matt Exp $      */
+/*     $NetBSD: exec_aout.h,v 1.28 2002/07/11 13:10:16 scw Exp $       */
 
 /*
  * Copyright (c) 1993, 1994 Christopher G. Demetriou
@@ -85,6 +85,8 @@
 #define        MID_SPARC64     151     /* LP64 sparc */
 #define        MID_X86_64      152     /* AMD x86-64 */
 #define        MID_M88K        153     /* m88k BSD core dumps */
+#define        MID_SH5_32      154     /* ILP32 SH5 */
+#define        MID_SH5_64      155     /* LP64 SH5 */
 #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