https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99217
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by YunQiang Su <[email protected]>: https://gcc.gnu.org/g:b07bab1953d69a359c72c10d52edcf96707ec46a commit r16-4116-gb07bab1953d69a359c72c10d52edcf96707ec46a Author: ChengLulu <[email protected]> Date: Tue Sep 9 19:19:04 2025 +0800 MIPS: Fix the issue with the '-fpatchable-function-entry=' feature. PR target/99217 gcc/ChangeLog: * config/mips/mips.cc (mips_start_function_definition): Implements the functionality of '-fpatchable-function-entry='. (mips_print_patchable_function_entry): Define empty function. (TARGET_ASM_PRINT_PATCHABLE_FUNCTION_ENTRY): Define macro. gcc/testsuite/ChangeLog: * gcc.target/mips/pr99217.c: New test.
