Commit ca2fecdc by Benjamin Kosnik Committed by Benjamin Kosnik

re PR libstdc++/50349 (/usr/bin/ld: warning: wildcard match appears in both…

re PR libstdc++/50349 (/usr/bin/ld: warning: wildcard match appears in both version 'GLIBCXX_3.4' and 'CXXABI_1.3' in script)

2012-02-17  Benjamin Kosnik  <bkoz@redhat.com>

	PR libstdc++/50349
	* config/abi/pre/gnu.ver: Only one local.
	* config/abi/pre/gnu-versioned-namespace.ver: Same.

From-SVN: r184453
parent 2805e6c0
2012-02-17 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/50349
* config/abi/pre/gnu.ver: Only one local.
* config/abi/pre/gnu-versioned-namespace.ver: Same.
2012-02-21 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/52317 (cont)
......
......@@ -312,15 +312,12 @@ CXXABI_2.0 {
_ZTVN10__cxxabiv120__si_class_type_infoE;
_ZTVN10__cxxabiv121__vmi_class_type_infoE;
local:
*;
};
# Symbols in the support library (libsupc++) supporting trans-mem.
CXXABI_TM_1 {
global:
__cxa_tm_cleanup;
local:
*;
};
......@@ -1421,8 +1421,6 @@ CXXABI_1.3 {
# __gnu_cxx::_verbose_terminate_handler()
_ZN9__gnu_cxx27__verbose_terminate_handlerEv;
local:
*;
};
CXXABI_1.3.1 {
......@@ -1471,15 +1469,6 @@ CXXABI_1.3.3 {
} CXXABI_1.3.2;
# Symbols in the support library (libsupc++) supporting trans-mem.
CXXABI_TM_1 {
global:
__cxa_tm_cleanup;
local:
*;
};
CXXABI_1.3.4 {
# typeinfo for decimal floating point types
......@@ -1521,3 +1510,12 @@ CXXABI_1.3.6 {
__cxa_deleted_virtual;
} CXXABI_1.3.5;
# Symbols in the support library (libsupc++) supporting transactional memory.
CXXABI_TM_1 {
global:
__cxa_tm_cleanup;
};
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment