(LIB2FUNCS): Add __dummy.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 20 Mar 1996 13:12:13 +0000 (08:12 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 20 Mar 1996 13:12:13 +0000 (08:12 -0500)
From-SVN: r11575

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.