Add official machine numbers for PDP10 and PDP11.

This commit is contained in:
ragge 2002-06-14 09:05:21 +00:00
parent 331dc975fb
commit 631436bfb0
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: exec_elf.h,v 1.60 2002/01/28 22:15:54 thorpej Exp $ */
/* $NetBSD: exec_elf.h,v 1.61 2002/06/14 09:05:21 ragge Exp $ */
/*-
* Copyright (c) 1994 The NetBSD Foundation, Inc.
@ -249,7 +249,8 @@ typedef struct {
#define EM_TINYJ 61 /* Advanced Logic Corp. TinyJ embedded family processor */
#define EM_X86_64 62 /* AMD x86-64 architecture */
#define EM_PDSP 63 /* Sony DSP Processor */
/* 64-65 - Reserved */
#define EM_PDP10 64 /* Digital Equipment Corp. PDP-10 */
#define EM_PDP11 65 /* Digital Equipment Corp. PDP-11 */
#define EM_FX66 66 /* Siemens FX66 microcontroller */
#define EM_ST9PLUS 67 /* STMicroelectronics ST9+ 8/16 bit microcontroller */
#define EM_ST7 68 /* STMicroelectronics ST7 8-bit microcontroller */