Module Name:    src
Committed By:   christos
Date:           Sun Jan  8 17:03:42 UTC 2023

Modified Files:
        src/sys/sys: exec_elf.h

Log Message:
sync machine list with spec


To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 src/sys/sys/exec_elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/exec_elf.h
diff -u src/sys/sys/exec_elf.h:1.170 src/sys/sys/exec_elf.h:1.171
--- src/sys/sys/exec_elf.h:1.170	Wed Jun  8 06:12:42 2022
+++ src/sys/sys/exec_elf.h	Sun Jan  8 12:03:42 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: exec_elf.h,v 1.170 2022/06/08 10:12:42 rin Exp $	*/
+/*	$NetBSD: exec_elf.h,v 1.171 2023/01/08 17:03:42 christos Exp $	*/
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -216,7 +216,7 @@ typedef struct {
 #define EM_68K		4	/* Motorola 68000 */
 #define EM_88K		5	/* Motorola 88000 */
 #define EM_486		6	/* Intel 80486 [old] */
-#define EM_IAMCU	6	/* Intel MCU. */
+#define EM_IAMCU	EM_486	/* Intel MCU. */
 #define EM_860		7	/* Intel 80860 */
 #define EM_MIPS		8	/* MIPS I Architecture */
 #define EM_S370		9	/* Amdahl UTS on System/370 */
@@ -292,6 +292,7 @@ typedef struct {
 #define EM_OR1K		92	/* OpenRISC 32-bit embedded processor */
 #define EM_OPENRISC	EM_OR1K
 #define EM_ARC_A5	93	/* ARC Cores Tangent-A5 */
+#define EM_ARC_COMPACT	EM_ARC_A5 /* ARC International ARCompact processor (old spelling/synonym: EM_ARC_A5) */
 #define EM_XTENSA	94	/* Tensilica Xtensa Architecture */
 #define EM_VIDEOCORE	95	/* Alphamosaic VideoCore processor */
 #define EM_TMM_GPP	96	/* Thompson Multimedia General Purpose Processor */
@@ -362,6 +363,7 @@ typedef struct {
 #define EM_AARCH64	183	/* AArch64 64-bit ARM microprocessor */
 			/* 184 - Reserved */
 #define EM_AVR32	185	/* Atmel Corporation 32-bit microprocessor family*/
+#define EM_STM8		186	/* STMicroeletronics STM8 8-bit microcontroller */
 #define EM_TILE64	187	/* Tilera TILE64 multicore architecture family */
 #define EM_TILEPRO	188	/* Tilera TILEPro multicore architecture family */
 #define EM_MICROBLAZE	189	/* Xilinx MicroBlaze 32-bit RISC soft processor core */

Reply via email to