summary refs log tree commit diff
diff options
context:
space:
mode:
authorYoshinori Sato <ysato@users.sourceforge.jp>2015-01-28 02:54:39 +0900
committerYoshinori Sato <ysato@users.sourceforge.jp>2015-06-23 13:35:47 +0900
commit2600896d659b638f5d4981dac4cd9aa03c8213da (patch)
treebb88f93fa7ff0a494be467331668bc07b59164a7
parent00902e984732e93f0aa7caec26dbebfcfbb9a829 (diff)
downloadlinux-2600896d659b638f5d4981dac4cd9aa03c8213da.tar.gz
Add ELF machine
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
-rw-r--r--include/uapi/linux/elf-em.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/elf-em.h b/include/uapi/linux/elf-em.h
index ae99f7743cf4..b08829667ed7 100644
--- a/include/uapi/linux/elf-em.h
+++ b/include/uapi/linux/elf-em.h
@@ -25,6 +25,7 @@
 #define EM_ARM		40	/* ARM 32 bit */
 #define EM_SH		42	/* SuperH */
 #define EM_SPARCV9	43	/* SPARC v9 64-bit */
+#define EM_H8_300	46	/* Renesas H8/300 */
 #define EM_IA_64	50	/* HP/Intel IA-64 */
 #define EM_X86_64	62	/* AMD x86-64 */
 #define EM_S390		22	/* IBM S/390 */