libstdc++: [_GLIBCXX_INLINE_VERSION] Add missing symbols
libstdc++-v3/ChangeLog: * config/abi/pre/gnu-versioned-namespace.ver: Add missing symbols for _Float{16,32,64,128,32x,64x,128x}.
This commit is contained in:
parent
56cbd50e8e
commit
7c0ae1a85b
1 changed files with 9 additions and 0 deletions
|
@ -318,6 +318,15 @@ CXXABI_2.0 {
|
|||
_ZTIPD[fde];
|
||||
_ZTIPKD[fde];
|
||||
|
||||
# typeinfo for _Float{16,32,64,128,32x,64x,128x} and
|
||||
# __bf16
|
||||
_ZTIDF[0-9]*[_bx];
|
||||
_ZTIPDF[0-9]*[_bx];
|
||||
_ZTIPKDF[0-9]*[_bx];
|
||||
_ZTIu6__bf16;
|
||||
_ZTIPu6__bf16;
|
||||
_ZTIPKu6__bf16;
|
||||
|
||||
# typeinfo for decltype(nullptr)
|
||||
_ZTIDn;
|
||||
_ZTIPDn;
|
||||
|
|
Loading…
Add table
Reference in a new issue