diff options
author | Alexander Graf <agraf@suse.de> | 2013-08-09 16:30:09 +0200 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2014-08-01 02:53:59 -0400 |
commit | 4f5944f512a3eb21b9a6a29f3b9d837cee4607d7 (patch) | |
tree | fc48d4035ccfe54e56034040c02dfb1e8164a127 /include/elf.h | |
parent | ecfe0bfd755bf9b18db9320ef98e4fc29877377c (diff) | |
download | qemu-arm-static-4f5944f512a3eb21b9a6a29f3b9d837cee4607d7.tar.gz qemu-arm-static-4f5944f512a3eb21b9a6a29f3b9d837cee4607d7.tar.bz2 qemu-arm-static-4f5944f512a3eb21b9a6a29f3b9d837cee4607d7.zip |
initial aarch64 work
Diffstat (limited to 'include/elf.h')
-rw-r--r-- | include/elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h index 58bfbf881..831305208 100644 --- a/include/elf.h +++ b/include/elf.h @@ -109,6 +109,8 @@ typedef int64_t Elf64_Sxword; #define EM_OPENRISC 92 /* OpenCores OpenRISC */ #define EM_UNICORE32 110 /* UniCore32 */ +#define EM_AARCH64 183 /* ARM 64-bit architecture */ + /* * This is an interim value that we will use until the committee comes |