History log of /php-src/Zend/asm/make_sparc64_sysv_elf_gas.S (Results 1 – 1 of 1)
Revision Date Author Comments
# 4bf4c24a 13-Feb-2024 Claudio Jeker

Implement fcontext handling for sparc64_sysv_elf.

This was tested on OpenBSD sparc64 and all fiber related tests pass.
On OpenBSD stackghost prevents the modification of the return addre

Implement fcontext handling for sparc64_sysv_elf.

This was tested on OpenBSD sparc64 and all fiber related tests pass.
On OpenBSD stackghost prevents the modification of the return address
and therefor an extra trampoline is needed in make_fcontext(). This
should not matter on other OS implementing sysv ABI and the trampoline
should work there as well.

Close GH-13382.

show more ...