https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118584
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Iain Buclaw <ibuc...@gcc.gnu.org>: https://gcc.gnu.org/g:79186e392c77c1862197a49421f77644e3b8c05d commit r15-7111-g79186e392c77c1862197a49421f77644e3b8c05d Author: Iain Buclaw <ibuc...@gdcproject.org> Date: Tue Jan 21 19:41:05 2025 +0100 libphobos: Add MIPS64 implementation of fiber_switchContext [PR118584] Replaces the generic implementation. The `core.thread.fiber' module already defines version=AsmExternal on mips64el-linux-gnuabi64. PR d/118584 libphobos/ChangeLog: * libdruntime/config/mips/switchcontext.S: Add MIPS64 N64 ABI implementation of fiber_switchContext.