summaryrefslogtreecommitdiff
path: root/libstdc++-v3/config
diff options
context:
space:
mode:
authorFrançois Dumont <fdumont@gcc.gnu.org>2022-11-26 08:51:58 +0100
committerFrançois Dumont <fdumont@gcc.gnu.org>2023-01-14 14:24:35 +0100
commite176c031f02d01623b697c3c78c85cebb0506e87 (patch)
tree684eff3d8163e31106427391c40744691700fe89 /libstdc++-v3/config
parent5b3a88640f962d4ffca31ae651bed2d8672f1a8c (diff)
downloadgcc-e176c031f02d01623b697c3c78c85cebb0506e87.tar.gz
libstdc++: [_GLIBCXX_INLINE_VERSION] Add to_chars/from_chars symbols export
libstdc++-v3/ChangeLog * include/std/format [_GLIBCXX_INLINE_VERSION](to_chars): Adapt __asm symbol specifications. * config/abi/pre/gnu-versioned-namespace.ver: Add to_chars/from_chars symbols export.
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r--libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver6
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
index 06ccaa80a58..7fc81514808 100644
--- a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
+++ b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
@@ -142,6 +142,12 @@ GLIBCXX_8.0 {
_ZN14__gnu_parallel9_Settings3getEv;
_ZN14__gnu_parallel9_Settings3setERS0_;
+ # to_chars/from_chars _Float128
+ _ZNSt3__88to_charsEPcS0_DF128_;
+ _ZNSt3__88to_charsEPcS0_DF128_NS_12chars_formatE;
+ _ZNSt3__88to_charsEPcS0_DF128_NS_12chars_formatEi;
+ _ZNSt3__810from_charsEPKcS1_RDF128_NS_12chars_formatE;
+
local:
*;
};