summaryrefslogtreecommitdiffstats
path: root/0.153
diff options
context:
space:
mode:
authorMohamad Ayyash <mkayyash@google.com>2014-04-08 02:14:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-04-08 02:14:26 +0000
commite417b559763a69c6917a409b28f272b08b15ab20 (patch)
tree9136d9fab585212881d631b6a836b3d3b810f5a8 /0.153
parentec8f52498255e72d7e4a3b3b3659174062ca60ba (diff)
parenteaa8dcfec340b7213484431131898195966dac0f (diff)
downloadandroid_external_elfutils-e417b559763a69c6917a409b28f272b08b15ab20.tar.gz
android_external_elfutils-e417b559763a69c6917a409b28f272b08b15ab20.tar.bz2
android_external_elfutils-e417b559763a69c6917a409b28f272b08b15ab20.zip
Merge "libelf: Add a missing e_machine code for AARCH64 in libelf."
Diffstat (limited to '0.153')
-rw-r--r--0.153/libelf/elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/0.153/libelf/elf.h b/0.153/libelf/elf.h
index 1d43deb6..2b063777 100644
--- a/0.153/libelf/elf.h
+++ b/0.153/libelf/elf.h
@@ -254,6 +254,8 @@ typedef struct
#define EM_XTENSA 94 /* Tensilica Xtensa Architecture */
#define EM_NUM 95
+#define EM_AARCH64 183 /* ARM 64-bit */
+
/* If it is necessary to assign new unofficial EM_* values, please
pick large random numbers (0x8523, 0xa7f2, etc.) to minimize the
chances of collision with official or non-GNU unofficial values. */