MID 143 -> ARM6 for ws.

This commit is contained in:
cgd 1995-03-18 03:24:53 +00:00
parent 451c744306
commit d9ac18eda0
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: exec_aout.h,v 1.9 1994/09/13 15:47:03 deraadt Exp $ */
/* $NetBSD: exec_aout.h,v 1.10 1995/03/18 03:24:53 cgd Exp $ */
/*
* Copyright (c) 1993, 1994 Christopher G. Demetriou
@ -74,6 +74,7 @@ struct exec {
#define MID_VAX 140 /* vax */
#define MID_ALPHA 141 /* Alpha BSD binary */
#define MID_MIPS 142 /* big-endian MIPS */
#define MID_ARM6 143 /* ARM6 */
#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 */