Makefile.am (exception): Change exception.cc to exception_support.cc.
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 18 Oct 2000 23:26:22 +0000 (23:26 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 18 Oct 2000 23:26:22 +0000 (23:26 +0000)
commit697649eab16dbbddab8411ae4172072513d614a4
treea26cb6049f7be71911e2a7651f140814bb6a5959
parent91ce572a07eddf596d9846c7e80393b628fdd20b
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: r36943
12 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/locale_facets.h
libstdc++-v3/include/bits/locale_facets.tcc
libstdc++-v3/include/bits/localefwd.h
libstdc++-v3/libsupc++/Makefile.am
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/libsupc++/exception.cc [deleted file]
libstdc++-v3/mkcheck.in
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/locale-inst.cc
libstdc++-v3/src/locale.cc