Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2020 15:36:41 +0000 (UTC)
From:      Michal Meloun <mmel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r367212 - stable/12/libexec/rtld-elf/arm
Message-ID:  <202010311536.09VFaf0k004678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010311536.09VFaf0k004678>