------- Comment #6 from paolo dot carlini at oracle dot com  2009-07-29 19:46 
-------
Try something like this:

Index: config/abi/pre/gnu.ver
===================================================================
--- config/abi/pre/gnu.ver      (revision 150220)
+++ config/abi/pre/gnu.ver      (working copy)
@@ -108,7 +108,10 @@
       std::locale::_S_normalize_category*;
       std::locale::_[T-Za-z]*;
 #     std::[A-Zm-r]*;
-      std::[A-Zm]*;
+#     std::[A-Zm]*;
+      std::[A-Z]*;
+      std::money*;
+      std::messages*;
 #     std::n[^u]*;
       std::n[^au]*;
       std::nu[^m]*;


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40908

Reply via email to