diff options
Diffstat (limited to 'binutils/od-macho.c')
-rw-r--r-- | binutils/od-macho.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/od-macho.c b/binutils/od-macho.c index 3cd2cf0..6f88112 100644 --- a/binutils/od-macho.c +++ b/binutils/od-macho.c @@ -99,6 +99,7 @@ static const bfd_mach_o_xlat_name bfd_mach_o_cpu_name[] = { "powerpc", BFD_MACH_O_CPU_TYPE_POWERPC }, { "powerpc_64", BFD_MACH_O_CPU_TYPE_POWERPC_64 }, { "x86_64", BFD_MACH_O_CPU_TYPE_X86_64 }, + { "arm64", BFD_MACH_O_CPU_TYPE_ARM64 }, { NULL, 0} }; |