OSDN Git Service

* decl.c (init_decl_processing): Correct name of pure virtual
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Nov 2000 21:07:24 +0000 (21:07 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Nov 2000 21:07:24 +0000 (21:07 +0000)
commit1a361d3efefa04669e1fee3502d24e39b7b14e71
tree5861a1bb1ac543a2762679aef288e1adb7e494e8
parent2d05094ae9a891ffd1f68802987c7dd9d387ce5e
* decl.c (init_decl_processing): Correct name of pure virtual
function under the new ABI.
* rtti.c (throw_bad_cast): Likewise, for bad cast function.
(throw_bad_typeid): Likewise for bad typeid function.

* libsupc++/exception_support.cc (__throw_bad_cast): Name it
__cxa_bad_cast under the new ABI.
(__throw_bad_typeid): Name it __cxa_bad_typeid under the new ABI.
* libsupc++/pure.cc (__pure_virtual): Name it __cxa_pure_virtual
under the new ABI.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37575 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/rtti.c
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/exception_support.cc
libstdc++-v3/libsupc++/pure.cc