https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113403
--- Comment #15 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Iain D Sandoe <ia...@gcc.gnu.org>: https://gcc.gnu.org/g:7b3b3788c579856abcfdc6eed589c64dc7e88cdb commit r14-8520-g7b3b3788c579856abcfdc6eed589c64dc7e88cdb Author: Iain Sandoe <i...@sandoe.co.uk> Date: Fri Jan 19 15:57:04 2024 +0000 libgcc: Make heap trampoline support dynamic [PR113403]. This removes the heap trampoline support functions from libgcc.a and adds them to libgcc_eh.a. They are also present in libgcc_s. PR libgcc/113403 libgcc/ChangeLog: * config/aarch64/t-heap-trampoline: Move the heap trampoline support functions from libgcc.a to libgcc_eh.a. * config/i386/t-heap-trampoline: Likewise.