]> git.ipfire.org Git - thirdparty/gcc.git/commit
vterminate.cc: Move to...
authorPhil Edwards <pme@gcc.gnu.org>
Thu, 26 Dec 2002 06:10:35 +0000 (06:10 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Thu, 26 Dec 2002 06:10:35 +0000 (06:10 +0000)
commitfb7054160f2f4a3fb62c37f64235faf00a05a789
tree29b72cf5b311ee7cdd1b193f946ea88ea56e84d0
parentb21fb038c9fd9ecf5f5ce362a3d35d993f89b64b
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
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/Makefile.am
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/libsupc++/eh_term_handler.cc [new file with mode: 0644]
libstdc++-v3/libsupc++/eh_terminate.cc
libstdc++-v3/libsupc++/eh_unex_handler.cc [new file with mode: 0644]
libstdc++-v3/libsupc++/vterminate.cc [moved from libstdc++-v3/src/vterminate.cc with 81% similarity]
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in