Revert "libstdc++: Fix preprocessor condition in linker script [PR108969]"
This reverts commit 6067ae4557
.
libstdc++-v3/ChangeLog:
* config/abi/pre/gnu.ver:
This commit is contained in:
parent
6702fdcdf8
commit
a6e4b81b12
1 changed files with 3 additions and 2 deletions
|
@ -2512,8 +2512,9 @@ GLIBCXX_3.4.31 {
|
|||
_ZNKSt12__shared_ptrINSt10filesystem28recursive_directory_iterator10_Dir_stackELN9__gnu_cxx12_Lock_policyE[012]EEcvbEv;
|
||||
_ZNKSt12__shared_ptrINSt10filesystem7__cxx1128recursive_directory_iterator10_Dir_stackELN9__gnu_cxx12_Lock_policyE[012]EEcvbEv;
|
||||
|
||||
#if defined(HAVE_AS_SYMVER_DIRECTIVE) \
|
||||
&& defined(HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT)
|
||||
#if defined(_GLIBCXX_SYMVER_GNU) && defined(_GLIBCXX_SHARED) \
|
||||
&& defined(_GLIBCXX_HAVE_AS_SYMVER_DIRECTIVE) \
|
||||
&& defined(_GLIBCXX_HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT)
|
||||
# See src/c++98/globals_io.cc
|
||||
_ZSt3cin;
|
||||
_ZSt4cout;
|
||||
|
|
Loading…
Add table
Reference in a new issue