mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-06 09:17:25 +00:00
cce345c2c9
properly reloaded when calling _fini() in large binaries with multiple TOC sections (e.g. GCC), leading to a segmentation fault. Adding -mlongcall to crt1 flags causes the compiler to emit explicit TOC load instructions for all function calls, including _fini(). Reviewed by: kib Pointy hat to: kib |
||
---|---|---|
.. | ||
crt1.c | ||
crti.S | ||
crtn.S | ||
Makefile |