Comment 1 for bug 2060108

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2024-04-09 11:22 EDT-------
According to https://github.com/python-greenlet/greenlet/issues/395 this is the source with asm affected:

https://github.com/python-greenlet/greenlet/blob/master/src/greenlet/platform/switch_ppc64_linux.h

It is likely that r31 is reserved when the frame pointer is required.

Adding one of the powerpc toolchain developers to confirm.