arch-power: Make ELF interpreter read 64-bit LSB executables
authorSandipan Das <sandipan@linux.vnet.ibm.com>
Mon, 4 Jun 2018 16:21:23 +0000 (21:51 +0530)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 24 Jan 2021 03:13:55 +0000 (03:13 +0000)
commit25a4424af47ad59030db0a2783957944510c689e
treecbcf51a73d10c4921595838025e131c800268c83
parente1d641561fec104c85aff7d417d917c654459d24
arch-power: Make ELF interpreter read 64-bit LSB executables

This makes the ELF interpreter read 64-bit little endian (LSB)
PowerPC executables only. This drops support for the 32-bit big
endian (MSB) executables as the goal here is to enable a modern
64-bit execution environment for the Power ISA.

Change-Id: I0569f7e1d1e58ce874ec2d13291e7a758d56399f
Signed-off-by: Sandipan Das <sandipan@linux.vnet.ibm.com>
src/arch/power/isa_traits.hh
src/base/loader/elf_object.cc