https://gcc.gnu.org/g:179fc2de6f17589843551742063fa4c5bcabbb5c
commit r13-10500-g179fc2de6f17589843551742063fa4c5bcabbb5c Author: Iain Sandoe <[email protected]> Date: Thu Sep 3 17:23:40 2026 +0100 Darwin: Partial reversion of r13-8546-gedab001c63dcd83. We have not back-ported the heap trampoline code, and so should not refer to it. * config/darwin.h: Remove references to heap trampoline symbols. Signed-off-by: Iain Sandoe <[email protected]> Diff: --- gcc/config/darwin.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 2ea034c06d8a..61122b6eaccf 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -392,10 +392,6 @@ extern GTY(()) int darwin_ms_struct; ___emutls_get_address -exported_symbol ___emutls_get_address \ -U ___emutls_register_common \ -exported_symbol ___emutls_register_common \ - -U ___gcc_nested_func_ptr_created \ - -exported_symbol ___gcc_nested_func_ptr_created \ - -U ___gcc_nested_func_ptr_deleted \ - -exported_symbol ___gcc_nested_func_ptr_deleted \ }} \ }}}\ %{!r:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} %{F*} "\
