diff options
author | Elliott Hughes <enh@google.com> | 2014-07-11 23:55:27 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-07-10 20:49:23 +0000 |
commit | b8e82b5e729a1f6e30ee9593b2dbcbb3ad623874 (patch) | |
tree | 16a709e2fea365e2773d1e6ec4d021d63b53044e | |
parent | 385bb1ededa734e88bafb8aaf817e9a984bf0d18 (diff) | |
parent | 10cf0d8c1f06d528f173e837ee9b7eab14247d7a (diff) | |
download | bionic-b8e82b5e729a1f6e30ee9593b2dbcbb3ad623874.zip bionic-b8e82b5e729a1f6e30ee9593b2dbcbb3ad623874.tar.gz bionic-b8e82b5e729a1f6e30ee9593b2dbcbb3ad623874.tar.bz2 |
Merge "EM_ARM and EM_AARCH64 are now in the uapi header."
-rw-r--r-- | libc/include/elf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/include/elf.h b/libc/include/elf.h index 7a217b0..0975b7a 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 |