diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2024-11-17 20:46:07 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2024-11-26 08:31:26 +0000 |
commit | 1f4f3683457512cbeb722c6e6458454c21c419d1 (patch) | |
tree | 5be136eefa3265fce6872ed34215143603d97725 /gcc | |
parent | 60b708a9c878aff9a76ec0d446ae63e6527327a6 (diff) | |
download | gcc-1f4f3683457512cbeb722c6e6458454c21c419d1.zip gcc-1f4f3683457512cbeb722c6e6458454c21c419d1.tar.gz gcc-1f4f3683457512cbeb722c6e6458454c21c419d1.tar.bz2 |
libstdc++: Move std::error_category symbol to separate file [PR117630]
As described in PR 117630 the cow-stdexcept.cc file pulls in symbols
from system_error.cc, which are not actually needed there. Moving the
definition of error_category::_M_message to a separate file should solve
it.
libstdc++-v3/ChangeLog:
PR libstdc++/117630
* src/c++11/Makefile.am: Add new file.
* src/c++11/Makefile.in: Regnerate.
* src/c++11/cow-stdexcept.cc (error_category::_M_message): Move
member function definition to ...
* src/c++11/cow-system_error.cc: New file.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions