elfdump: add EM_AARCH64 64-bit ARM machine architecture
This commit is contained in:
parent
8d283ef60a
commit
1d0eb2e212
@ -237,6 +237,7 @@ typedef struct {
|
||||
#define EM_ARCA 109 /* Arca RISC Microprocessor. */
|
||||
#define EM_UNICORE 110 /* Microprocessor series from PKU-Unity Ltd.
|
||||
and MPRC of Peking University */
|
||||
#define EM_AARCH64 183 /* AArch64 (64-bit ARM) */
|
||||
|
||||
/* Non-standard or deprecated. */
|
||||
#define EM_486 6 /* Intel i486. */
|
||||
|
@ -267,6 +267,7 @@ e_machines(u_int mach)
|
||||
case EM_SPARCV9:return "EM_SPARCV9";
|
||||
case EM_IA_64: return "EM_IA_64";
|
||||
case EM_X86_64: return "EM_X86_64";
|
||||
case EM_AARCH64:return "EM_AARCH64";
|
||||
}
|
||||
snprintf(machdesc, sizeof(machdesc),
|
||||
"(unknown machine) -- type 0x%x", mach);
|
||||
|
Loading…
x
Reference in New Issue
Block a user