mapi: Improve the x86 tsd stubs performance.
[mesa.git] / bin / symbols-check.py
index 329ca5f46a06f55c9d6717dbb4245595a1504101..47305919634c68751c6a38e5c91e663b4769d5d6 100644 (file)
@@ -109,6 +109,10 @@ def main():
             continue
         if symbol in optional_symbols:
             continue
+        if symbol[:2] == '_Z':
+            # Ignore random C++ symbols
+            #TODO: figure out if there's any way to avoid exporting them in the first place
+            continue
         unknown_symbols.append(symbol)
 
     missing_symbols = [