Commit ea5df1fd by Jason Merrill

(__pure_virtual): New function to go into vtable

        entries for pure virtual methods instead of abort.

From-SVN: r8332
parent 3f9b192d
...@@ -505,7 +505,8 @@ LIB2FUNCS = _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 \ ...@@ -505,7 +505,8 @@ LIB2FUNCS = _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 \
_fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi \ _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi \
_fixtfdi _fixunstfdi _floatditf \ _fixtfdi _fixunstfdi _floatditf \
__gcc_bcmp _varargs _eprintf _op_new _op_vnew _new_handler _op_delete \ __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 # Header files that are made available under the same name
# to programs compiled with GCC. # to programs compiled with GCC.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment