aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/fp-bit.c
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@redhat.com>2002-07-30 23:55:09 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2002-07-30 23:55:09 +0000
commitd8088c6f0717b2b7cfe12122c31c65b9b8eec42c (patch)
treef38c1781eb2aeb18a5c4a133085504e8688f441a /gcc/config/fp-bit.c
parentc01d477a666b0555b7e6595820359b5e5b33869c (diff)
downloadgcc-d8088c6f0717b2b7cfe12122c31c65b9b8eec42c.zip
gcc-d8088c6f0717b2b7cfe12122c31c65b9b8eec42c.tar.gz
gcc-d8088c6f0717b2b7cfe12122c31c65b9b8eec42c.tar.bz2
New target macro DECLARE_LIBRARY_RENAMES
From-SVN: r55889
Diffstat (limited to 'gcc/config/fp-bit.c')
-rw-r--r--gcc/config/fp-bit.c4
1 files changed, 4 insertions, 0 deletions
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(); }