Commit c4124c29 by Richard Kenner

(LIB2FUNCS): Add __dummy.

From-SVN: r11575
parent 2e06e616
...@@ -576,9 +576,9 @@ LIB2FUNCS = _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 \ ...@@ -576,9 +576,9 @@ LIB2FUNCS = _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 \
_fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi \ _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi \
_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 __dummy _eprintf _op_new _op_vnew _new_handler \
_op_vdel _bb _shtab _clear_cache _trampoline __main _exit _ctors _eh \ _op_delete _op_vdel _bb _shtab _clear_cache _trampoline __main _exit \
_pure _ctors _eh _pure
# The files that "belong" in CONFIG_H are deliberately omitted # The files that "belong" in CONFIG_H are deliberately omitted
# because having them there would not be useful in actual practice. # because having them there would not be useful in actual practice.
......
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