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, 13 Dec 2023 00:59:12 +0000 (16:59 -0800)
commit173764f26275eed3c8cbfa781ff48481eac5df04
tree99c740d5176754b83d941b73ccb9be76ae78f2bc
parent34c3e409ed930987838069f189c56246526981d8
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