(__pure_virtual): New function to go into vtable
authorJason Merrill <merrill@gnu.org>
Fri, 21 Oct 1994 19:14:08 +0000 (19:14 +0000)
committerJason Merrill <merrill@gnu.org>
Fri, 21 Oct 1994 19:14:08 +0000 (19:14 +0000)
        entries for pure virtual methods instead of abort.

From-SVN: r8332

gcc/Makefile.in

index c497f6e59e5a68367965074428855357e93369fb..c384e3f76e3e2b8ff5275104a9e75395f6482884 100644 (file)
@@ -505,7 +505,8 @@ LIB2FUNCS = _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 \
     _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi \
     _fixtfdi _fixunstfdi _floatditf \
     __gcc_bcmp _varargs _eprintf _op_new _op_vnew _new_handler _op_delete \
-    _op_vdel _bb _shtab _clear_cache _trampoline __main _exit _ctors _eh
+    _op_vdel _bb _shtab _clear_cache _trampoline __main _exit _ctors _eh \
+    _pure
 
 # Header files that are made available under the same name
 # to programs compiled with GCC.