Searched hist:232932 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/lib/csu/powerpc64/
H A DMakefilediff 232932 Tue Mar 13 16:59:56 MDT 2012 nwhitehorn Work around a binutils bug on powerpc64 where the TOC would not be
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

Completed in 111 milliseconds