libstdc++, Darwin, ppc : Add new long double symbols.

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.
This commit is contained in:
Iain Sandoe 2021-03-15 00:30:07 +00:00
parent 99415d0f18
commit f8aa819b4a

View 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;