Commit 75ea7910 by Jason Merrill

(LIB2FUNCS): Change _op_vec_delete to _op_vec_del.

From-SVN: r7064
parent b304ad47
......@@ -465,7 +465,7 @@ LIB2FUNCS = _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 \
_fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi \
_fixtfdi _fixunstfdi _floatditf \
__gcc_bcmp _varargs _eprintf _op_new _op_vec_new _new_handler _op_delete \
_op_vec_delete _bb _shtab _clear_cache _trampoline __main _exit _ctors
_op_vec_del _bb _shtab _clear_cache _trampoline __main _exit _ctors
# Header files that are made available under the same name
# to programs compiled with GCC.
......
......@@ -1663,7 +1663,7 @@ __builtin_delete (void *ptr)
}
#endif
#ifdef L_op_vec_delete
#ifdef L_op_vec_del
/* operator delete [] (void *), described in 17.3.3.4. This function is
used by C++ programs to return to the free store a block of memory
allocated as an array. */
......
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