From: Jason Merrill Date: Fri, 21 Oct 1994 19:14:08 +0000 (+0000) Subject: (__pure_virtual): New function to go into vtable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea5df1fd4c576ebd7e900d70575202c0a706ce67;p=gcc.git (__pure_virtual): New function to go into vtable entries for pure virtual methods instead of abort. From-SVN: r8332 --- 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.