From c4124c29e0b3803ff78cd69644f8ef259bc99f7b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 20 Mar 1996 08:12:13 -0500 Subject: (LIB2FUNCS): Add __dummy. From-SVN: r11575 --- gcc/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc') diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 04a7906..492d6b7 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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. -- cgit v1.1