summaryrefslogtreecommitdiffstats
path: root/0.153
diff options
context:
space:
mode:
authorMohamad Ayyash <mkayyash@google.com>2014-04-07 19:13:12 -0700
committerMohamad Ayyash <mkayyash@google.com>2014-04-07 19:13:12 -0700
commiteaa8dcfec340b7213484431131898195966dac0f (patch)
tree388a4312b0cf4451b3a95352778808e298f6d5e9 /0.153
parentbb5fe78bcfeaca5b87084a137566fc58bcacff61 (diff)
downloadandroid_external_elfutils-eaa8dcfec340b7213484431131898195966dac0f.tar.gz
android_external_elfutils-eaa8dcfec340b7213484431131898195966dac0f.tar.bz2
android_external_elfutils-eaa8dcfec340b7213484431131898195966dac0f.zip
libelf: Add a missing e_machine code for AARCH64 in libelf.
Change-Id: I0bd3edbebdf99fc40a2abc0ce6c82ecc3aa19c54
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. */