From ce60a046d9db7b604bb66e47d683e62ac65a2f65 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 20 Jul 2012 09:46:57 +0200 Subject: Globally unique symbols missing from some map files ...after gbuild'ification (they used to be added via solenv/bin/addsym.awk). And sunjavaplugin.map is actually unused. Change-Id: If6804cff8d01e268b84512d6c4b1edebde018cc0 --- store/util/store.map | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'store') diff --git a/store/util/store.map b/store/util/store.map index a4c00dcf400c..d2c4e03b2e78 100644 --- a/store/util/store.map +++ b/store/util/store.map @@ -18,6 +18,8 @@ UDK_3_0_0 { global: + _ZTI*; _ZTS*; # weak RTTI symbols for C++ exceptions + store_acquireHandle; store_attrib; store_closeDirectory; @@ -47,3 +49,9 @@ UDK_3_0_0 { *; }; +# Unique libstdc++ symbols: +GLIBCXX_3.4 { + global: + _ZGVNSt7num_put*; _ZNSt7num_put*; + _ZNSs4_Rep20_S_empty_rep_storageE; +}; -- cgit