forked from ariadne/libucontext
8ea5f548b9
The ELFv2 ABI used on PPC64 differs from the ELFv1 ABI used on PPC32 here. On PPC64, once there are any parameters that need to be passed on the stack, space needs to be reserved on the stack to pass all parameters. Parameters 0-7 are still only passed by register, but if the callee needs to spill them, it can use the stack space reserved for the corresponding parameter to do so. |
||
---|---|---|
.. | ||
aarch64 | ||
arm | ||
ppc | ||
ppc64 | ||
s390x | ||
x86 | ||
x86_64 |