From d8088c6f0717b2b7cfe12122c31c65b9b8eec42c Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Tue, 30 Jul 2002 23:55:09 +0000 Subject: New target macro DECLARE_LIBRARY_RENAMES From-SVN: r55889 --- gcc/config/fp-bit.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/config') diff --git a/gcc/config/fp-bit.c b/gcc/config/fp-bit.c index 3e42a4a..4253577 100644 --- a/gcc/config/fp-bit.c +++ b/gcc/config/fp-bit.c @@ -74,6 +74,10 @@ Boston, MA 02111-1307, USA. */ are referenced from within libc, since libgcc goes before and after the system library. */ +#ifdef DECLARE_LIBRARY_RENAMES + DECLARE_LIBRARY_RENAMES +#endif + #ifdef EXTENDED_FLOAT_STUBS __truncxfsf2 (){ abort(); } __extendsfxf2 (){ abort(); } -- cgit v1.1