Commit 4c657af5 by Jason Merrill

* Makefile.in (LIB2FUNCS): Add _op_vec_{delete,new}.

From-SVN: r7042
parent acf7262c
......@@ -464,8 +464,8 @@ LIB2FUNCS = _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 \
_fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi \
_fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi \
_fixtfdi _fixunstfdi _floatditf \
__gcc_bcmp _varargs _eprintf _op_new _new_handler _op_delete \
_bb _shtab _clear_cache _trampoline __main _exit _ctors
__gcc_bcmp _varargs _eprintf _op_new _op_vec_new _new_handler _op_delete \
_op_vec_delete _bb _shtab _clear_cache _trampoline __main _exit _ctors
# Header files that are made available under the same name
# 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