Commit 074e73c4 by Mark Mitchell Committed by Mark Mitchell

* libsupc++/cxxabi.h (__cxa_pure_virtual): Declare it.

From-SVN: r59965
parent 3f320b7e
2002-12-09 Mark Mitchell <mark@codesourcery.com>
* libsupc++/cxxabi.h (__cxa_pure_virtual): Declare it.
2002-12-05 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/abi_check.cc: Add GLIBCPP_3.2.2.
......
......@@ -514,7 +514,12 @@ void __cxa_guard_release (__guard *);
extern "C"
void __cxa_guard_abort (__guard *);
/* pure virtual functions */
extern "C" void
__cxa_pure_virtual (void);
/* demangling routines */
extern "C"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment