aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <merrill@gnu.org>1994-10-21 19:14:08 +0000
committerJason Merrill <merrill@gnu.org>1994-10-21 19:14:08 +0000
commitea5df1fd4c576ebd7e900d70575202c0a706ce67 (patch)
tree7ad0e5f9a6fe02633e4b2caedb979ef2483f3e85 /gcc
parent3f9b192d282cf5320742de0a7b418564075354de (diff)
downloadgcc-ea5df1fd4c576ebd7e900d70575202c0a706ce67.zip
gcc-ea5df1fd4c576ebd7e900d70575202c0a706ce67.tar.gz
gcc-ea5df1fd4c576ebd7e900d70575202c0a706ce67.tar.bz2
(__pure_virtual): New function to go into vtable
entries for pure virtual methods instead of abort. From-SVN: r8332
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index c497f6e..c384e3f 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.