From 10cf0d8c1f06d528f173e837ee9b7eab14247d7a Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 11 Jul 2014 11:01:42 -0700 Subject: [PATCH] EM_ARM and EM_AARCH64 are now in the uapi header. Change-Id: Ice73403daff75ea45b24e02351269f6c012df6c1 --- libc/include/elf.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libc/include/elf.h b/libc/include/elf.h index 7a217b07f..0975b7a61 100644 --- a/libc/include/elf.h +++ b/libc/include/elf.h @@ -67,9 +67,6 @@ typedef struct { #define ELFOSABI_SYSV 0 /* Synonym for ELFOSABI_NONE used by valgrind. */ -#define EM_ARM 40 -#define EM_AARCH64 183 - #define PT_GNU_RELRO 0x6474e552 #define STB_LOOS 10