K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-06-21T19:13:36.651045Z K 7 svn:log V 687 Export various 128 bit long double functions from libgcc_s.so.1 These were already compiled for some time on aarch64 and riscv, by including lib/libcompiler_rt/Makefile.inc, but never exported in the shared library. Since gcc exports these under version GCC_4.6.0, we do the same. This review should replace D11482 for now. For e.g. amd64 more work is still to be done, as compiler-rt does not seem to support 128 bit long double math for that architecture. Reviewed by: cem Differential Revision: https://reviews.freebsd.org/D28690 (cherry picked from commit 790a6be5a1699291c6da87871426d0c56dedcc89) Git Hash: f616d57736dc663ae5cae08f2f3c3c34c199bcd4 Git Author: dim@FreeBSD.org END