mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-10 20:55:23 +08:00
re PR libstdc++/64571 (Link failure with fstream due to new string implementation)
PR libstdc++/64571 * config/abi/pre/gnu.ver: Export fstream functions using new string. From-SVN: r219537
This commit is contained in:
parent
7eb8fb77fa
commit
6eb6148159
@ -1,3 +1,8 @@
|
|||||||
|
2015-01-13 Jonathan Wakely <jwakely@redhat.com>
|
||||||
|
|
||||||
|
PR libstdc++/64571
|
||||||
|
* config/abi/pre/gnu.ver: Export fstream functions using new string.
|
||||||
|
|
||||||
2015-01-12 Jonathan Wakely <jwakely@redhat.com>
|
2015-01-12 Jonathan Wakely <jwakely@redhat.com>
|
||||||
|
|
||||||
PR libstdc++/64560
|
PR libstdc++/64560
|
||||||
|
@ -1648,6 +1648,13 @@ GLIBCXX_3.4.21 {
|
|||||||
_ZStlsI[cw]St11char_traitsI[cw]ESaI[cw]EERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_string*;
|
_ZStlsI[cw]St11char_traitsI[cw]ESaI[cw]EERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_string*;
|
||||||
_ZStrsI[cw]St11char_traitsI[cw]ESaI[cw]EERSt13basic_istreamIT_T0_ES7_RNSt7__cxx1112basic_string*;
|
_ZStrsI[cw]St11char_traitsI[cw]ESaI[cw]EERSt13basic_istreamIT_T0_ES7_RNSt7__cxx1112basic_string*;
|
||||||
|
|
||||||
|
# fstream functions taking ABI-tagged std::string
|
||||||
|
_ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE4openERKNSt7__cxx1112basic_string*;
|
||||||
|
_ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EEC1ERKNSt7__cxx1112basic_string*;
|
||||||
|
_ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EE4openERKNSt7__cxx1112basic_string*;
|
||||||
|
_ZNSt14basic_[io]fstreamI[cw]St11char_traitsI[cw]EEC1ERKNSt7__cxx1112basic_string*;
|
||||||
|
_ZNSt14basic_[io]fstreamI[cw]St11char_traitsI[cw]EE4openERKNSt7__cxx1112basic_string*;
|
||||||
|
|
||||||
# std::locale::name() returning new std::string
|
# std::locale::name() returning new std::string
|
||||||
_ZNKSt6locale4nameB5cxx11Ev;
|
_ZNKSt6locale4nameB5cxx11Ev;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user