Reverted to the previous version. I was too quick; the boot loader
doesn't link against libsupc++ and still needs the symbol. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14972 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -28,6 +28,14 @@ __pure_virtual()
|
|||||||
panic("pure virtual function call\n");
|
panic("pure virtual function call\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#elif __GNUC__ >= 3
|
||||||
|
|
||||||
|
extern "C" void
|
||||||
|
__cxa_pure_virtual()
|
||||||
|
{
|
||||||
|
panic("pure virtual function call\n");
|
||||||
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// full C++ support in the kernel
|
// full C++ support in the kernel
|
||||||
|
|||||||
Reference in New Issue
Block a user