decl.c (init_decl_processing): Correct name of pure virtual function under the new...
authorMark Mitchell <mark@codesourcery.com>
Sun, 19 Nov 2000 21:07:24 +0000 (21:07 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 19 Nov 2000 21:07:24 +0000 (21:07 +0000)
commit2650255a57477be0a966f3d3af0c0b71a0e52f0f
tree5861a1bb1ac543a2762679aef288e1adb7e494e8
parentb7ac5370c28ab2edd426f5f7b3432b7b323962cf
decl.c (init_decl_processing): Correct name of pure virtual function under the new ABI.

* 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.

From-SVN: r37575
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