[PATCH] arm64: Add EM_AARCH64 to elf-em.h

Geoff Levand geoff at infradead.org
Thu Aug 29 17:38:27 EDT 2013


Add the elf EM value for ARM's AArch64.

Signed-off-by: Geoff Levand <geoff at infradead.org>
---

Hi Catalin,

Please apply if you don't have it yet.

-Geoff

 include/uapi/linux/elf-em.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/linux/elf-em.h b/include/uapi/linux/elf-em.h
index 8e2b7ba..16259b4 100644
--- a/include/uapi/linux/elf-em.h
+++ b/include/uapi/linux/elf-em.h
@@ -34,6 +34,7 @@
 #define EM_MN10300	89	/* Panasonic/MEI MN10300, AM33 */
 #define EM_BLACKFIN     106     /* ADI Blackfin Processor */
 #define EM_TI_C6000	140	/* TI C6X DSPs */
+#define EM_AARCH64	183	/* ARM AARCH64 */
 #define EM_FRV		0x5441	/* Fujitsu FR-V */
 #define EM_AVR32	0x18ad	/* Atmel AVR32 */
 
-- 
1.8.1.2





More information about the linux-arm-kernel mailing list