Makefile.am (exception): Change exception.cc to exception_support.cc.
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 18 Oct 2000 23:45:59 +0000 (23:45 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 18 Oct 2000 23:45:59 +0000 (23:45 +0000)
commit0a8c4c0cd9a83f013832eeb229956ee1e13e7a17
tree2596e51eb69aa7d8f95f2f3e835f73f5f8e032ba
parentb0166fda4546d30a415a7d5507fefa81d8daa807
Makefile.am (exception): Change exception.cc to exception_support.cc.

2000-10-18   Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* libsupc++/Makefile.am (exception): Change exception.cc to
exception_support.cc.
(CXXLINK): Remove bogus --tag CC.
* libsupc++/Makefile.in: Regenerate.
* libsupc++/exception.cc: Move to...
* libsupc++/exception_support.cc: ...here.

* src/Makefile.am: Remove bogus --tag CC.
* src/Makefile.in: Regenerate.

* include/bits/locale_facets.tcc (use_facet): Simplify.
* include/bits/locale_facets.h (use_facet<ctype<char> >): Correct
use_facet declaration. Replace 'const ctype<T>' with ctype<T>.
(use_facet<ctype<wchar_t> >): Same.
* src/locale-inst.cc: Remove explicit instantiation.
* src/locale.cc: Correct signature here too.
(_Bad_use_facet::what()): Correct error string.
* include/bits/localefwd.h: Correct comment.

* mkcheck.in (C_DIR): Change libsupc++/include to libsupc++.

From-SVN: r36945
libstdc++-v3/libsupc++/exception_support.cc [new file with mode: 0644]