Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys sync machine list with spec
details: https://anonhg.NetBSD.org/src/rev/d3eaa1bc0c2f
branches: trunk
changeset: 372971:d3eaa1bc0c2f
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 08 17:03:42 2023 +0000
description:
sync machine list with spec
diffstat:
sys/sys/exec_elf.h | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 93e9d052d32c -r d3eaa1bc0c2f sys/sys/exec_elf.h
--- a/sys/sys/exec_elf.h Sun Jan 08 16:01:49 2023 +0000
+++ b/sys/sys/exec_elf.h Sun Jan 08 17:03:42 2023 +0000
@@ -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 @@
#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 @@
#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 @@
#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 */
Home |
Main Index |
Thread Index |
Old Index