gcc/libstdc++-v3/src
Phil Edwards fb7054160f 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
2002-12-26 06:10:35 +00:00
..
bitset.cc
codecvt.cc Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
complex_io.cc
concept-inst.cc
ctype.cc
ext-inst.cc
fstream-inst.cc
fstream.cc
functexcept.cc
globals.cc
io-inst.cc
ios.cc * src/ios.cc [_GLIBCPP_HAVE_UNISTD_H]: Include unistd.h. 2002-11-15 19:12:31 +00:00
istream-inst.cc
limits.cc
locale-inst.cc
locale.cc std_complex.h (operator<<(basic_ostream&, const complex&)): Prefer 'x' to "x" for efficiency sake. 2002-11-25 19:01:55 +00:00
localename.cc localename.cc (locale::_Impl::_Impl(const char*, size_t)): Improve previous fix for the strtok vs MT issue. 2002-11-28 17:29:24 +00:00
Makefile.am vterminate.cc: Move to... 2002-12-26 06:10:35 +00:00
Makefile.in vterminate.cc: Move to... 2002-12-26 06:10:35 +00:00
misc-inst.cc
ostream-inst.cc
sstream-inst.cc
stdexcept.cc
stl-inst.cc
streambuf-inst.cc
string-inst.cc
strstream.cc Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
valarray-inst.cc
wstring-inst.cc