load_elf: match linux better for statically-linked binaries
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 6 Dec 2023 09:11:56 +0000 (01:11 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 6 Dec 2023 09:11:56 +0000 (01:11 -0800)
commit1257b4f1fcfca75f80f5e5348feefe2d7e4eb153
tree6b29f22e918215e9baf99a1af48dbd03afd45e7c
parente60be85bce9940fb37fdccfe2ea6c7ffdd5fa6b6
load_elf: match linux better for statically-linked binaries

we still need more auxv entries, but the rest should match close
enough now.
src/openpower/decoder/isa/mem.py
src/openpower/syscalls/ppc_flags.py