Author: mmel
Date: Sat Oct 31 15:36:41 2020
New Revision: 367212
URL: https://svnweb.freebsd.org/changeset/base/367212
Log:
MFC r360463,r360469:
r360463:
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.
r360469:
Move ARM specific flags to arm/Makefile.inc
Modified:
stable/12/libexec/rtld-elf/arm/Makefile.inc
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/libexec/rtld-elf/arm/Makefile.inc
==============================================================================
--- stable/12/libexec/rtld-elf/arm/Makefile.inc Sat Oct 31 15:30:27 2020
(r367211)
+++ stable/12/libexec/rtld-elf/arm/Makefile.inc Sat Oct 31 15:36:41 2020
(r367212)
@@ -1 +1,2 @@
# $FreeBSD$
+CFLAGS+= -mfpu=none
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"