diff mbox

[v3] libstdc++/46922

Message ID 4D22032D.4010205@oracle.com
State New
Headers show

Commit Message

Paolo Carlini Jan. 3, 2011, 5:11 p.m. UTC
Hi,

I'm committing these straightforward bits about std::bad_function_call.
Tested x86_64-linux.

Paolo.

/////////////////
2011-01-03  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/46922
	* config/abi/pre/gnu.ver: Export std::bad_function_call symbols.
diff mbox

Patch

Index: config/abi/pre/gnu.ver
===================================================================
--- config/abi/pre/gnu.ver	(revision 168431)
+++ config/abi/pre/gnu.ver	(working copy)
@@ -1374,4 +1374,10 @@ 
     # FNV hash.
     _ZSt15_Fnv_hash_bytesPKv*;
 
+    # std::bad_function_call.
+    _ZNSt17bad_function_callD*;
+    _ZTISt17bad_function_call;
+    _ZTSSt17bad_function_call;
+    _ZTVSt17bad_function_call;
+
 } CXXABI_1.3.4;