K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2012-03-13T18:59:19.037984Z K 7 svn:log V 367 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 END