vterminate.cc: Move to...
2002-12-25 Phil Edwards <pme@gcc.gnu.org> * src/vterminate.cc: Move to... * libsupc++/vterminate.cc: ...here. New file. Replace fprintf with writestr macro. Slight reword to explanatory text. * libsupc++/eh_terminate.cc (__cxxabiv1::__terminate_handler, __cxxabiv1::__unexpected_handler): Break definitions out to... * libsupc++/eh_unex_handler.cc: ...here (new file), and... * libsupc++/eh_term_handler.cc: ...here (new file). Initialize __terminate_handler with __gnu_cxx::__verbose_terminate_handler instead of std::abort. * libsupc++/Makefile.am (sources), src/Makefile.am (sources): Update. * libsupc++/Makefile.in, src/Makefile.in: Regenerate. From-SVN: r60505
Showing
- libstdc++-v3/ChangeLog 15 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/libsupc++/Makefile.am 4 additions, 1 deletionlibstdc++-v3/libsupc++/Makefile.am
- libstdc++-v3/libsupc++/Makefile.in 28 additions, 68 deletionslibstdc++-v3/libsupc++/Makefile.in
- libstdc++-v3/libsupc++/eh_term_handler.cc 35 additions, 0 deletionslibstdc++-v3/libsupc++/eh_term_handler.cc
- libstdc++-v3/libsupc++/eh_terminate.cc 1 addition, 5 deletionslibstdc++-v3/libsupc++/eh_terminate.cc
- libstdc++-v3/libsupc++/eh_unex_handler.cc 34 additions, 0 deletionslibstdc++-v3/libsupc++/eh_unex_handler.cc
- libstdc++-v3/libsupc++/vterminate.cc 22 additions, 5 deletionslibstdc++-v3/libsupc++/vterminate.cc
- libstdc++-v3/src/Makefile.am 0 additions, 1 deletionlibstdc++-v3/src/Makefile.am
- libstdc++-v3/src/Makefile.in 18 additions, 74 deletionslibstdc++-v3/src/Makefile.in
Loading
Please register or sign in to comment