]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/config/abi/pre/gnu.ver
Add support for C++0x nullptr.
[thirdparty/gcc.git] / libstdc++-v3 / config / abi / pre / gnu.ver
index 1df649911a044cdd43ff3a12995b2f3e83359217..3552d59373544612c0e283e24705d87a6bd406ee 100644 (file)
@@ -1307,12 +1307,9 @@ CXXABI_1.3.3 {
 
 CXXABI_1.3.4 {
 
-    # typeinfo for decimal floating point types
-    _ZTID[fde];
-    _ZTIPD[fde];
-    _ZTIPKD[fde];
-    _ZTID[fde];
-    _ZTIPD[fde];
-    _ZTIPKD[fde];
+    # typeinfo for decimal floating point types and decltype(nullptr)
+    _ZTID[fden];
+    _ZTIPD[fden];
+    _ZTIPKD[fden];
 
 } CXXABI_1.3.3;