[rtems-tools commit] rld: Recognize 64-bit PowerPC

Sebastian Huber sebh at rtems.org
Thu Feb 29 08:57:17 UTC 2024


Module:    rtems-tools
Branch:    master
Commit:    e7d5f9c0091b3491d662591e4c5c7ee3ae81aa70
Changeset: http://git.rtems.org/rtems-tools/commit/?id=e7d5f9c0091b3491d662591e4c5c7ee3ae81aa70

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Nov 24 11:18:23 2023 +0100

rld: Recognize 64-bit PowerPC

Close #4995.

---

 rtemstoolkit/rld-elf.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rtemstoolkit/rld-elf.cpp b/rtemstoolkit/rld-elf.cpp
index 8b55818..b131461 100644
--- a/rtemstoolkit/rld-elf.cpp
+++ b/rtemstoolkit/rld-elf.cpp
@@ -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



More information about the vc mailing list