rld: Recognize 64-bit PowerPC

Close #4995.
This commit is contained in:
Sebastian Huber
2023-11-24 11:18:23 +01:00
parent cfef4b11dd
commit e7d5f9c009

View File

@@ -1178,6 +1178,7 @@ namespace rld
{ "m68k", EM_COLDFIRE },
{ "mips", EM_MIPS },
{ "powerpc", EM_PPC },
{ "powerpc", EM_PPC64 },
#ifndef EM_RISCV
{ "riscv", 243 }, /* If not in libelf yet */
#else