mirror of
https://github.com/opnsense/src.git
synced 2026-03-15 15:12:37 -04:00
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 |
||
|---|---|---|
| .. | ||
| amd64 | ||
| arm | ||
| common | ||
| i386-elf | ||
| ia64 | ||
| mips | ||
| powerpc | ||
| powerpc64 | ||
| sparc64 | ||
| Makefile.inc | ||