K 10 svn:author V 4 mmel K 8 svn:date V 27 2020-04-29T14:06:42.410247Z K 7 svn:log V 242 Don't allow to use FPU inside of rtld library. Clang10 may use FPU instructions for optimizing operations with memory blocks. But we don't want to do lengthy save/restore of all FPU registers across each rtld_start() call. MFC after: 3 week END