public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-3414] libgcc, i386: Export *hf* and *hc* from libgcc_s.so.1
@ 2021-09-08  9:35 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2021-09-08  9:35 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:87d55da7d78f64bfce5e8217379d46bdc9ab287b

commit r12-3414-g87d55da7d78f64bfce5e8217379d46bdc9ab287b
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Wed Sep 8 11:34:45 2021 +0200

    libgcc, i386: Export *hf* and *hc* from libgcc_s.so.1
    
    The following patch exports it for Linux from config/i386/*.ver where it
    IMNSHO belongs, aarch64 already exports some of those at GCC_11* and other
    targets might add them at completely different gcc versions.
    
    2021-09-08  Jakub Jelinek  <jakub@redhat.com>
                Iain Sandoe  <iain@sandoe.co.uk>
    
            * config/i386/libgcc-glibc.ver: Add %inherit GCC_12.0.0 GCC_7.0.0
            and export *hf* and *hc* functions at GCC_12.0.0.

Diff:
---
 libgcc/config/i386/libgcc-glibc.ver | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/libgcc/config/i386/libgcc-glibc.ver b/libgcc/config/i386/libgcc-glibc.ver
index 06e5d371984..5bed10479b3 100644
--- a/libgcc/config/i386/libgcc-glibc.ver
+++ b/libgcc/config/i386/libgcc-glibc.ver
@@ -194,3 +194,23 @@ GCC_4.8.0 {
   __cpu_indicator_init
 }
 %endif
+
+%inherit GCC_12.0.0 GCC_7.0.0
+GCC_12.0.0 {
+  __divhc3
+  __mulhc3
+  __eqhf2
+  __nehf2
+  __extendhfdf2
+  __extendhfsf2
+  __extendhftf2
+  __extendhfxf2
+  __fixhfti
+  __fixunshfti
+  __floattihf
+  __floatuntihf
+  __truncdfhf2
+  __truncsfhf2
+  __trunctfhf2
+  __truncxfhf2
+}


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08  9:35 [gcc r12-3414] libgcc, i386: Export *hf* and *hc* from libgcc_s.so.1 Jakub Jelinek

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).