OSDN Git Service

2002-12-25 Phil Edwards <pme@gcc.gnu.org>
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Dec 2002 06:10:35 +0000 (06:10 +0000)
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Dec 2002 06:10:35 +0000 (06:10 +0000)
commitf1c77ff0be4faefa1dc7a97fe16de1373322e8ad
tree29b72cf5b311ee7cdd1b193f946ea88ea56e84d0
parent533aad177435e1e57e7113b38623e7322f4dc5d6
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60505 138bc75d-0d04-0410-961f-82ee72b054a4
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