gcc/libstdc++-v3/libsupc++
Mark Mitchell 2650255a57 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
2000-11-19 21:07:24 +00:00
..
aclocal.m4 libsupc++: New directory. 2000-10-06 23:31:22 +00:00
config.h.in libsupc++: New directory. 2000-10-06 23:31:22 +00:00
configure libsupc++: New directory. 2000-10-06 23:31:22 +00:00
configure.in libsupc++: New directory. 2000-10-06 23:31:22 +00:00
cxxabi.h Makefile.am (LIBSUPCXX_INCLUDES): Adjust. 2000-10-10 23:43:26 +00:00
del_op.cc libsupc++: New directory. 2000-10-06 23:31:22 +00:00
del_opnt.cc libsupc++: New directory. 2000-10-06 23:31:22 +00:00
del_opv.cc libsupc++: New directory. 2000-10-06 23:31:22 +00:00
del_opvnt.cc libsupc++: New directory. 2000-10-06 23:31:22 +00:00
exception Makefile.am (LIBSUPCXX_INCLUDES): Adjust. 2000-10-10 23:43:26 +00:00
exception_support.cc decl.c (init_decl_processing): Correct name of pure virtual function under the new ABI. 2000-11-19 21:07:24 +00:00
exception_support.h exception_support.h: New header file. 2000-11-19 04:53:38 +00:00
Makefile.am Makefile.am: Change logic for include dir options. 2000-10-29 22:30:28 +00:00
Makefile.in acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Move switch statement contents to... 2000-11-17 20:35:06 +00:00
new [multiple changes] 2000-10-21 16:50:29 +00:00
new_handler.cc libsupc++: New directory. 2000-10-06 23:31:22 +00:00
new_op.cc [multiple changes] 2000-10-21 16:50:29 +00:00
new_opnt.cc [multiple changes] 2000-10-21 16:50:29 +00:00
new_opv.cc [multiple changes] 2000-10-21 16:50:29 +00:00
new_opvnt.cc [multiple changes] 2000-10-21 16:50:29 +00:00
new.h Makefile.am (LIBSUPCXX_INCLUDES): Adjust. 2000-10-10 23:43:26 +00:00
pure.cc decl.c (init_decl_processing): Correct name of pure virtual function under the new ABI. 2000-11-19 21:07:24 +00:00
tinfo2.cc [multiple changes] 2000-10-31 01:26:06 +00:00
tinfo.cc [multiple changes] 2000-10-21 16:50:29 +00:00
tinfo.h [multiple changes] 2000-10-21 16:50:29 +00:00
typeinfo Makefile.am (LIBSUPCXX_INCLUDES): Adjust. 2000-10-10 23:43:26 +00:00
vec.cc exception_support.h: New header file. 2000-11-19 02:22:53 +00:00