Question for powerpc64 lib32 (powerpc) support: what ABI is the powerpc code supposed to be using?

Mark Millard markmi at dsl-only.net
Sat Oct 28 22:08:37 UTC 2017


powerpc64 and powerpc have very different stack handling
rules for FreeBSD. As an example, powerpc does not require
red-zones for signal handling in the kernel but powerpc64
does.

For lib32 support, what ABI is the powerpc code supposed
to follow in the powerpc64 environment? What style of
stack handling (and related register usage) is supposed
to be in use? If it is distinct from powerpc native's
ABI, what documentation should be looked at for the ABI?

===
Mark Millard
markmi at dsl-only.net



More information about the freebsd-ppc mailing list