From ea5df1fd4c576ebd7e900d70575202c0a706ce67 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 21 Oct 1994 19:14:08 +0000 Subject: [PATCH] (__pure_virtual): New function to go into vtable entries for pure virtual methods instead of abort. From-SVN: r8332 --- gcc/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index c497f6e59e5..c384e3f76e3 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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. -- 2.30.2