aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2024-11-17 20:46:07 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2024-11-26 08:31:26 +0000
commit1f4f3683457512cbeb722c6e6458454c21c419d1 (patch)
tree5be136eefa3265fce6872ed34215143603d97725 /gcc
parent60b708a9c878aff9a76ec0d446ae63e6527327a6 (diff)
downloadgcc-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