OSDN Git Service

(LIB2FUNCS): Add __dummy.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Mar 1996 13:12:13 +0000 (13:12 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Mar 1996 13:12:13 +0000 (13:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11575 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index 04a7906..492d6b7 100644 (file)
@@ -576,9 +576,9 @@ 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 _op_vnew _new_handler _op_delete \
-    _op_vdel _bb _shtab _clear_cache _trampoline __main _exit _ctors _eh \
-    _pure
+    __gcc_bcmp _varargs __dummy _eprintf _op_new _op_vnew _new_handler \
+    _op_delete _op_vdel _bb _shtab _clear_cache _trampoline __main _exit \
+    _ctors _eh  _pure
 
 # The files that "belong" in CONFIG_H are deliberately omitted
 # because having them there would not be useful in actual practice.