OSDN Git Service

2000-10-18 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Oct 2000 23:45:59 +0000 (23:45 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Oct 2000 23:45:59 +0000 (23:45 +0000)
commit3f4a943b411e798b50ac1f6d35d3e127589b372a
tree2596e51eb69aa7d8f95f2f3e835f73f5f8e032ba
parent62fba4f786184555135f00148e7d61675af928cd
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++.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36945 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/libsupc++/exception_support.cc [new file with mode: 0644]