diff options
author | Andreas Gampe <agampe@google.com> | 2015-01-15 19:34:25 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-01-15 19:34:26 +0000 |
commit | 0223a19fa4fc39ba89de2b87b03b98a5fd97778b (patch) | |
tree | 0d1fdc9eb33ba27ec5fcb784ac8fee794936d8ce /runtime/elf_utils.h | |
parent | 726078d229fdb2857f3d8794fa50783f571cb7a2 (diff) | |
parent | 57b34294758e9c00993913ebe43c7ee4698a5cc6 (diff) | |
download | art-0223a19fa4fc39ba89de2b87b03b98a5fd97778b.tar.gz art-0223a19fa4fc39ba89de2b87b03b98a5fd97778b.tar.bz2 art-0223a19fa4fc39ba89de2b87b03b98a5fd97778b.zip |
Merge "ART: Allow to compile interpret-only mips64 files"
Diffstat (limited to 'runtime/elf_utils.h')
-rw-r--r-- | runtime/elf_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/elf_utils.h b/runtime/elf_utils.h index 3579e27953..418d937b12 100644 --- a/runtime/elf_utils.h +++ b/runtime/elf_utils.h @@ -31,6 +31,7 @@ namespace art { #define EF_MIPS_ABI_O32 0x00001000 #define EF_MIPS_ARCH_32R2 0x70000000 #define EF_MIPS_ARCH_32R6 0x90000000 +#define EF_MIPS_ARCH_64R6 0xa0000000 #define EI_ABIVERSION 8 #define EM_ARM 40 |