Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Add a few more EM_*
details: https://anonhg.NetBSD.org/src/rev/2dc963fa18b9
branches: trunk
changeset: 339489:2dc963fa18b9
user: matt <matt%NetBSD.org@localhost>
date: Fri Jul 24 21:09:25 2015 +0000
description:
Add a few more EM_*
diffstat:
sys/sys/exec_elf.h | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 31265688124d -r 2dc963fa18b9 sys/sys/exec_elf.h
--- a/sys/sys/exec_elf.h Fri Jul 24 18:56:44 2015 +0000
+++ b/sys/sys/exec_elf.h Fri Jul 24 21:09:25 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec_elf.h,v 1.146 2015/05/20 04:08:54 matt Exp $ */
+/* $NetBSD: exec_elf.h,v 1.147 2015/07/24 21:09:25 matt Exp $ */
/*-
* Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -305,8 +305,15 @@
#define EM_SEP 108 /* Sharp embedded microprocessor */
#define EM_ARCA 109 /* Arca RISC microprocessor */
#define EM_UNICORE 110 /* UNICORE from PKU-Unity Ltd. and MPRC Peking University */
+#define EM_ALTERA_NIOS2 113 /* Altera Nios II soft-core processor */
#define EM_AARCH64 183 /* AArch64 64-bit ARM microprocessor */
-#define EM_RISCV 243 /* RISCV */
+#define EM_AVR32 185 /* Atmel Corporation 32-bit microprocessor family*/
+#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 */
+#define EM_TILEGX 192 /* Tilera TILE-GX multicore architecture family */
+#define EM_Z80 220 /* Zilog Z80 */
+#define EM_RISCV 243 /* RISC-V */
/* Unofficial machine types follow */
#define EM_AVR32 6317 /* used by NetBSD/avr32 */
Home |
Main Index |
Thread Index |
Old Index