]> gcc.gnu.org Git - gcc.git/commitdiff
* libsupc++/cxxabi.h (__cxa_pure_virtual): Declare it.
authorMark Mitchell <mark@codesourcery.com>
Mon, 9 Dec 2002 19:31:33 +0000 (19:31 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 9 Dec 2002 19:31:33 +0000 (19:31 +0000)
From-SVN: r59965

libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/cxxabi.h

index 65b830ff16e4a62bed95b52aa0ffd7afe1bf1533..68ca964bad82b893a9402783fb07e3d4a86f3868 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 3132187761c2cb4442f2809e695bdb99d6cf42e6..babb97f4aabc41ea051f6091dc112daa10f12d12 100644 (file)
@@ -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" 
This page took 0.06774 seconds and 5 git commands to generate.