]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r360463,r360469:
authorMichal Meloun <mmel@FreeBSD.org>
Sat, 31 Oct 2020 15:36:41 +0000 (15:36 +0000)
committerMichal Meloun <mmel@FreeBSD.org>
Sat, 31 Oct 2020 15:36:41 +0000 (15:36 +0000)
commitda3a94bb555307d7f55c5c6879f4912f6ed03b6c
treecb7220a374bc15142066a8e478c406225562e59b
parenta276b228182e2e17f21d3bab58f5952d69de2a69
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
libexec/rtld-elf/arm/Makefile.inc