]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/config/abi/pre/gnu.ver
Commit the vtable verification feature.
[thirdparty/gcc.git] / libstdc++-v3 / config / abi / pre / gnu.ver
index 9e1f4da15892920be20a586e4576a5e14459d6f2..8972fcfca880d920d23213e328a3c424ad883f09 100644 (file)
@@ -1572,6 +1572,16 @@ CXXABI_1.3.8 {
 
     __cxa_throw_bad_array_length;
     _Z*St16bad_array_length*;
+
+    # Virtual table verification stub functions.
+    _Z17__VLTRegisterPair*;
+    _Z22__VLTRegisterPairDebug*;
+    _Z16__VLTRegisterSet*;
+    _Z21__VLTRegisterSetDebug*;
+    _Z24__VLTVerifyVtablePointer*;
+    _Z29__VLTVerifyVtablePointerDebug*;
+    __VLTChangePermission;
+
 } CXXABI_1.3.7;
 
 # Symbols in the support library (libsupc++) supporting transactional memory.