aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-03-20 08:12:13 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1996-03-20 08:12:13 -0500
commitc4124c29e0b3803ff78cd69644f8ef259bc99f7b (patch)
tree685bd9918880b06f2b186a5a9973dd7253fae524
parent2e06e616a737147c682daa1b5116e5548383ea2f (diff)
downloadgcc-c4124c29e0b3803ff78cd69644f8ef259bc99f7b.zip
gcc-c4124c29e0b3803ff78cd69644f8ef259bc99f7b.tar.gz
gcc-c4124c29e0b3803ff78cd69644f8ef259bc99f7b.tar.bz2
(LIB2FUNCS): Add __dummy.
From-SVN: r11575
-rw-r--r--gcc/Makefile.in6
1 files changed, 3 insertions, 3 deletions
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.