public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-3416] Compile __{mul,div}hc3 into libgcc_s.so.1.
@ 2021-09-08 11:18 hongtao Liu
  0 siblings, 0 replies; only message in thread
From: hongtao Liu @ 2021-09-08 11:18 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6576ad5add7e1891c379783316b85b88346963aa

commit r12-3416-g6576ad5add7e1891c379783316b85b88346963aa
Author: liuhongt <hongtao.liu@intel.com>
Date:   Wed Sep 8 09:49:54 2021 +0800

    Compile __{mul,div}hc3 into libgcc_s.so.1.
    
    libgcc/ChangeLog:
    
            * config/i386/t-softfp: Compile __{mul,div}hc3 into
            libgcc_s.so.1.

Diff:
---
 libgcc/config/i386/t-softfp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libgcc/config/i386/t-softfp b/libgcc/config/i386/t-softfp
index 2363ea17194..7620cc0cec5 100644
--- a/libgcc/config/i386/t-softfp
+++ b/libgcc/config/i386/t-softfp
@@ -2,9 +2,8 @@ LIB2ADD += $(srcdir)/config/i386/sfp-exceptions.c
 
 # Replace _divhc3 and _mulhc3.
 libgcc2-hf-functions = _divhc3 _mulhc3
-LIB2FUNCS_EXCLUDE += $(libgcc2-hf-functions)
 libgcc2-hf-extras = $(addsuffix .c, $(libgcc2-hf-functions))
-LIB2ADD_ST += $(addprefix $(srcdir)/config/i386/, $(libgcc2-hf-extras))
+LIB2ADD += $(addprefix $(srcdir)/config/i386/, $(libgcc2-hf-extras))
 
 softfp_extensions := hfsf hfdf hftf hfxf sfdf sftf dftf xftf
 softfp_truncations := tfhf xfhf dfhf sfhf tfsf dfsf tfdf tfxf


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-08 11:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 11:18 [gcc r12-3416] Compile __{mul,div}hc3 into libgcc_s.so.1 hongtao Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).