summaryrefslogtreecommitdiffstats
path: root/contrib/elftoolchain/common
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-12-22 16:34:59 +0000
committeremaste <emaste@FreeBSD.org>2014-12-22 16:34:59 +0000
commit6e6cdef9591aead048181a049544a0be9a696f71 (patch)
tree393a49eac6be8b6b02f9dd77cb1bd4f7effee304 /contrib/elftoolchain/common
parent7740946485db08b2a4367192fe0ade8891fda5d8 (diff)
downloadFreeBSD-src-6e6cdef9591aead048181a049544a0be9a696f71.zip
FreeBSD-src-6e6cdef9591aead048181a049544a0be9a696f71.tar.gz
Add AArch64 machine time and relocations for readelf
Reviewed by: andrew Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D1333
Diffstat (limited to 'contrib/elftoolchain/common')
-rw-r--r--contrib/elftoolchain/common/elfdefinitions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/elftoolchain/common/elfdefinitions.h b/contrib/elftoolchain/common/elfdefinitions.h
index 7bed9a1..ccd785b 100644
--- a/contrib/elftoolchain/common/elfdefinitions.h
+++ b/contrib/elftoolchain/common/elfdefinitions.h
@@ -770,6 +770,8 @@ _ELF_DEFINE_EM(EM_ETPU, 178, \
"Freescale Extended Time Processing Unit") \
_ELF_DEFINE_EM(EM_SLE9X, 179, \
"Infineon Technologies SLE9X core") \
+_ELF_DEFINE_EM(EM_AARCH64, 183, \
+ "AArch64 (64-bit ARM)") \
_ELF_DEFINE_EM(EM_AVR32, 185, \
"Atmel Corporation 32-bit microprocessor family") \
_ELF_DEFINE_EM(EM_STM8, 186, \
OpenPOWER on IntegriCloud