Module Name:    src
Committed By:   matt
Date:           Fri Jul 24 21:09:25 UTC 2015

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

Log Message:
Add a few more EM_*


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 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.146 src/sys/sys/exec_elf.h:1.147
--- src/sys/sys/exec_elf.h:1.146	Wed May 20 04:08:54 2015
+++ src/sys/sys/exec_elf.h	Fri Jul 24 21:09:25 2015
@@ -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 @@ typedef struct {
 #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 */

Reply via email to