libstdc++, Darwin, ppc : Add new long double symbols.
authorIain Sandoe <iain@sandoe.co.uk>
Mon, 15 Mar 2021 00:30:07 +0000 (00:30 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Mon, 15 Mar 2021 15:34:11 +0000 (15:34 +0000)
We need to add the symbols for to_chars and from_chars for the
long double cases.

libstdc++-v3/ChangeLog:

* config/os/bsd/darwin/ppc-extra.ver: Add matching for
to_chars and from_chars for long double.

libstdc++-v3/config/os/bsd/darwin/ppc-extra.ver

index f0aee9e..970f3bb 100644 (file)
@@ -16,6 +16,9 @@
 # 3.4.10
   _ZNKSt3tr14hashIgEclEg;
   _ZNKSt4hashIgEclEg;
+# LDBL_3.4.29
+  _ZSt10from_charsPKcS0_RgSt12chars_format;
+  _ZSt8to_charsPcS_g*;
 # ldbl 1.3
   _ZT[IS]g;
   _ZT[IS]Pg;