Commit 96047291 by Jim Wilson

(LIB2FUNCS): Change _builtin_new to _op_new.

(LIB2FUNCS): Change _builtin_new to _op_new.  Change
_caps_New to _new_handler.  Change _buildin_del to _op_delete.

From-SVN: r3020
parent 669b6587
...@@ -396,7 +396,7 @@ LIB2FUNCS = _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 \ ...@@ -396,7 +396,7 @@ LIB2FUNCS = _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 \
_lshrdi3 _lshldi3 _ashldi3 _ashrdi3 \ _lshrdi3 _lshldi3 _ashldi3 _ashrdi3 \
_udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf \ _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf \
_fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi \ _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi \
__gcc_bcmp _varargs _eprintf _builtin_new _caps_New _builtin_del \ __gcc_bcmp _varargs _eprintf _op_new _new_handler _op_delete \
_bb _shtab _clear_cache _trampoline __main _exit _ctors _bb _shtab _clear_cache _trampoline __main _exit _ctors
# Header files that are made available under the same name # Header files that are made available under the same name
......
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